From patchwork Sat Aug 8 10:00:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 9269 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 A1050BD87D for ; Sat, 8 Aug 2020 09:57:14 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 393F960E89; Sat, 8 Aug 2020 11:57:14 +0200 (CEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D633960DCA for ; Sat, 8 Aug 2020 11:57:13 +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 relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 37C54FF804; Sat, 8 Aug 2020 09:57:12 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Sat, 8 Aug 2020 12:00:44 +0200 Message-Id: <20200808100046.5347-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] libcamera: controls: Define draft controls 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" As desribed in the 2/2 commit message, libcamera is still in the process of defining its own set of controls and properties. However, in order to fully support the Android Camera3 specification, more of them needs to be defined and discussed. To fast-track controls required to satisfy the LIMITED hw level requirements, define a set of Draft controls. The first patch add an hoefully non-controversial AwbLock, which is copied from the AeLock control definition. Thanks j Jacopo Mondi (2): libcamera: controls: Define AwbLocked control libcamera: control_ids: Define draft controls src/libcamera/control_ids.yaml | 253 +++++++++++++++++++++++++++++++++ 1 file changed, 253 insertions(+) --- 2.27.0