From patchwork Thu Mar 26 23:37:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 3352 Return-Path: Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0C84060413 for ; Fri, 27 Mar 2020 00:34:58 +0100 (CET) Received: from localhost.localdomain (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id B039B240002 for ; Thu, 26 Mar 2020 23:34:57 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Fri, 27 Mar 2020 00:37:49 +0100 Message-Id: <20200326233751.341320-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] WIP: Define CameraSensorInfo 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: , X-List-Received-Date: Thu, 26 Mar 2020 23:34:58 -0000 Two patches from a WIP branch that defines a method to retrieve a camera sensor characteristics and run-time configuration. This, combined with the CameraSensorFactory, would allow specialized CameraSensor sub-classes to report sensor specific information to pipeline handlers so that they can provide the same informations to IPA modules for image tuning algorithms. Sending out for early comments. Thanks j Jacopo Mondi (2): libcamera: camera_sensor: Define CameraSensorInfo libcamera: camera_sensor: Add method to get sensor info src/libcamera/camera_sensor.cpp | 218 ++++++++++++++++++++++++++ src/libcamera/include/camera_sensor.h | 20 +++ 2 files changed, 238 insertions(+) --- 2.25.1