From patchwork Wed Feb 3 16:25:53 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 11117 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 2B721BD161 for ; Wed, 3 Feb 2021 16:25:46 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 31B2A68447; Wed, 3 Feb 2021 17:25:45 +0100 (CET) Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 9AED2683FE for ; Wed, 3 Feb 2021 17:25:43 +0100 (CET) Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 618A320000E for ; Wed, 3 Feb 2021 16:25:42 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Wed, 3 Feb 2021 17:25:53 +0100 Message-Id: <20210203162600.206297-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/7] android: Report all the missing metadata tags 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 series fixes the CTS test android.hardware.camera2.cts.CaptureResultTest#testCameraCaptureResultAllKeys which verifies the presence of all the metadata keys returned for a completed request. The series add a few metadata tags, and modifies the IPU3 pipeline handler to always report the applied cropping rectangle, as it is required by the Android camera stack. While at it, a small fix for the (unused) scene override controls has been added. Thanks j Jacopo Mondi (7): android: camera_device: Report COLOR_CORRECTION_ABERRATION_MODE android: camera_device: Report AE_EXPOSURE_COMPENSATION android: camera_device: Use AF_MODE_OFF in scene override android: camera_device: Report AF_MODE_OFF in template libcamera: ipu3: Always report crop region android: camera_device: Report sensor test pattern mode android: camera_device: Report HOT_PIXEL_MAP_MODE as OFF src/android/camera_device.cpp | 33 +++++++++++++++++++++++----- src/libcamera/pipeline/ipu3/ipu3.cpp | 13 +++++++---- 2 files changed, 37 insertions(+), 9 deletions(-) --- 2.30.0