From patchwork Sat Jul 25 16:42:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 9007 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 11D53BD86F for ; Sat, 25 Jul 2020 16:39:11 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id AA32061223; Sat, 25 Jul 2020 18:39:10 +0200 (CEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id ADC5760399 for ; Sat, 25 Jul 2020 18:39:09 +0200 (CEST) X-Originating-IP: 2.224.242.101 Received: from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 10DB3E0004; Sat, 25 Jul 2020 16:39:08 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Sat, 25 Jul 2020 18:42:38 +0200 Message-Id: <20200725164243.168297-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/5] android: cts: Fix Manual and VideoRecording templates 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" On top of the just sent series [PATCH v2 0/6] android: camera_device: Generate correct preview template This 5 patches fix CTS tests for VideoRecording and Manual capture intents. 5/5 might seem controversial, as I could have done that from the very beginning instead of duplicating the functions and collpasing them at the end. But as the functions could grow maybe it's better to keep them separate, so I've kept 5/5 separate. Thanks j Jacopo Mondi (5): android: camera_device: Report more control modes android: camera_device: Construct manual request template android: camera_device: Add (max, max) FPS range android: camera_device: Construct VideoRecording request template android: camera_device: Re-use PREVIEW template for other cases src/android/camera_device.cpp | 58 ++++++++++++++++++++++++++++++++--- src/android/camera_device.h | 2 ++ 2 files changed, 56 insertions(+), 4 deletions(-) --- 2.27.0