From patchwork Thu Feb 6 15:04:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 2786 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0F063600FB for ; Thu, 6 Feb 2020 16:05:10 +0100 (CET) Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 7E09F9F0; Thu, 6 Feb 2020 16:05:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581001509; bh=GjuGuPljoihtFHJvKGNctKuLrvdj5dFnIzwgWLcF4po=; h=From:To:Cc:Subject:Date:From; b=BagkTzmLS15nPIvgorxOBpsHvCydSIY4al+7UZuRrF7GTNUCuTxFRQPwLJqSf/dHX jCwCIH9Gg5gkHpH59t+7i/1Sxqe2Em2soIxe90dPPtbft0ZsHYxKc64AcavZzr5hun JZHNw1JLGFQETrbq233wlGNIZ7YNnu4zVxCNAV5s= From: Kieran Bingham To: LibCamera Devel Date: Thu, 6 Feb 2020 15:04:58 +0000 Message-Id: <20200206150504.24204-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/6] qcam: Provide an initial toolbar X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2020 15:05:10 -0000 Implement a toolbar with support for stopping and starting the active stream, changing cameras at runtime, and saving the active viewfinder image to disk in a QT5 supported image format (jpg,png,...). The initial icon set for this series is not sent so as not to fill the mailinglist with a large dump of files which are publically available at the feather icons website. If you want to test from this series, fetch from my public branch at: https://github.com/kbingham/libcamera kbingham/qcam-toolbar Kieran Bingham (6): qcam: Tie FrameBufferAllocator to stream life qcam: Expose quit method for MainWindow qcam: Introduce a toolbar and camera switching qcam: assets: Provide initial icon set qcam: Provide initial icon buttons "Play/Stop" qcam: Provide save image functionality