From patchwork Thu Jan 21 17:46:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 10936 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 B2B0BC0F2A for ; Thu, 21 Jan 2021 17:46:43 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id B9E2B6820D; Thu, 21 Jan 2021 18:46:42 +0100 (CET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 044BE68202 for ; Thu, 21 Jan 2021 18:46:42 +0100 (CET) X-Originating-IP: 93.34.118.233 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id A9B72FF809 for ; Thu, 21 Jan 2021 17:46:41 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Thu, 21 Jan 2021 18:46:28 +0100 Message-Id: <20210121174633.382334-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/5] android: Report frame durations 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 is based on: [PATCH v2 00/11] android: Exposure times + scaler crop + android metadata [PATCH 0/7] android: camera device and metadata improvements and adds reporting of the frame duration limits to the IPU3 pipeline handler and the Android Camera HAL. This last series fixes all 22 tests in the android.hardware.camera2.cts.CaptureRequestTest CTS test module. Thanks j Jacopo Mondi (5): libcamera: camera_sensor: Make VBLANK mandatory libcamera: ipu3: Register FrameDurations control android: camera_device: Compute AE frame limits android: camera_device: Use AE FPS range in template android: camera_device: Return AE FPS range Documentation/sensor_driver_requirements.rst | 6 +- src/android/camera_device.cpp | 120 +++++++++++++------ src/libcamera/camera_sensor.cpp | 1 + src/libcamera/pipeline/ipu3/ipu3.cpp | 35 +++++- 4 files changed, 124 insertions(+), 38 deletions(-) --- 2.29.2