From patchwork Sat Jun 6 15:50:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 3973 Return-Path: Received: from bin-mail-out-06.binero.net (bin-mail-out-06.binero.net [195.74.38.229]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4DB0361167 for ; Sat, 6 Jun 2020 17:50:47 +0200 (CEST) X-Halon-ID: 79422967-a80d-11ea-933e-005056917a89 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (p4fca2eca.dip0.t-ipconnect.de [79.202.46.202]) by bin-vsp-out-01.atm.binero.net (Halon) with ESMTPA id 79422967-a80d-11ea-933e-005056917a89; Sat, 06 Jun 2020 17:50:44 +0200 (CEST) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: libcamera-devel@lists.libcamera.org Date: Sat, 6 Jun 2020 17:50:37 +0200 Message-Id: <20200606155039.1874519-1-niklas.soderlund@ragnatech.se> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] qcam: dng_writer: Add support for IPU3 Bayer formats 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: Sat, 06 Jun 2020 15:50:47 -0000 Hi this series adds support for qcam to save DNG files from the IPU3 pipeline. The implementations to generate the scanlines for both normal and thumbnail can probably be improved but they get the job done and the RAW capture features of the IPU3 can be verified. Niklas Söderlund (2): qcam: dng_writer: Make thumbnail downscaling format dependent qcam: dng_writer: Add support for IPU3 Bayer formats src/qcam/dng_writer.cpp | 104 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 96 insertions(+), 8 deletions(-)