From patchwork Sat Aug 1 10:14:24 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: 9129 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 0E9C9BD86F for ; Sat, 1 Aug 2020 10:15:11 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 93BD261F47; Sat, 1 Aug 2020 12:15:10 +0200 (CEST) Received: from bin-mail-out-05.binero.net (bin-mail-out-05.binero.net [195.74.38.228]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8E79F61970 for ; Sat, 1 Aug 2020 12:15:09 +0200 (CEST) X-Halon-ID: adfff913-d3df-11ea-86ee-0050569116f7 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (p4fca2eca.dip0.t-ipconnect.de [79.202.46.202]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id adfff913-d3df-11ea-86ee-0050569116f7; Sat, 01 Aug 2020 12:13:48 +0200 (CEST) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: libcamera-devel@lists.libcamera.org Date: Sat, 1 Aug 2020 12:14:24 +0200 Message-Id: <20200801101427.1540331-1-niklas.soderlund@ragnatech.se> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 0/3] android: camera_device: Add RAW support 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, This small series is the final step to enable RAW capture in the Android HAL. This together with the pending JPEG work is enough to light up the RAW capture options in Open Camera. It's a bitter sweet final step as this is developed on the IPU3 platform that only support a device specific RAW formats that do not work with the test applications I have available so this series do not manage to tick the 'manged to save DNG from HAL using real application' box. Niklas Söderlund (3): android: camera_device: Prepare for none-mandatory formats android: camera_device: Map HAL RAW to libcamera RAW formats android: camera_device: Report RAW capability if supported src/android/camera_device.cpp | 62 ++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-)