From patchwork Wed Apr 13 09:53:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 15665 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 585FEC3256 for ; Wed, 13 Apr 2022 09:53:27 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 73DD165647; Wed, 13 Apr 2022 11:53:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1649843606; bh=j6GZ6W0VxlxJKO2VRuQslRsCct4OreNn5Twrkg8+1y0=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=DelsVhn/8rE3iZCbRL5LYBlO2AO04zYvSt6tyBfPZosWRWD5GnTVVYM+gDZ3afCZh qw3aTM48xuo8XyWyb2ArKzGvnuzAPha5xtowUztpTlU0q9Cfb2hqsDIn0g9NnLb1Fq at/VNfZ/uoM04v4vFjUMmFgvn8rfqC5Yj/OR+LrbxwlQA75GbPT/wqKX4d/WsPyP0F 0att6WCQ9N5CkoVmt7PuSSRiXd1cVuvMhkxzBZRt8ScoVgrOS+bambYzphxwVnvuu8 zmmHxD0OxX8vmGota/okefTYAz/vA5opCufDtty4CPlJ07UkGQI9rgK2w5wpVTnINp CoyxtPVtfbJ4w== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 69F19604B3 for ; Wed, 13 Apr 2022 11:53:24 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="l+LsdyxI"; dkim-atps=neutral Received: from Q.ksquared.org.uk.beta.tailscale.net (unknown [178.237.134.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 95BFC25B; Wed, 13 Apr 2022 11:53:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1649843604; bh=j6GZ6W0VxlxJKO2VRuQslRsCct4OreNn5Twrkg8+1y0=; h=From:To:Cc:Subject:Date:From; b=l+LsdyxILclihpKVqcpczDoPiqVA83aT2EUS+tg5yGYPBHtnl/Hl2xXSZIXz7B67g psvkAQFr5pFODLqFGJ6m+1i2gpfWVeke0yuK0J/lLDTBFky6Sa9d0vUC++dhXNiiDr wnrtUS/OATbVY7ugPSkL4zTr+P0qR1CU8F55JDzk= To: libcamera devel , Naushir Patuck , David Plowman Date: Wed, 13 Apr 2022 11:53:40 +0200 Message-Id: <20220413095342.389460-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v3 0/2] Application support for per-mode sensitivities 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-Patchwork-Original-From: Kieran Bingham via libcamera-devel From: Kieran Bingham Reply-To: Kieran Bingham Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" A freshly rebased iteration of David's series with one spelling error corrected, and tags collected ... along with some manual application of changes due to rebasing to master. While this has two tags for both patches, I would like to hold the merge until we identify if this can be calculated in the validate phase rather than the configure phase to match the API expectations. David Plowman (2): libcamera: camera: Add a mode sensitivity field libcamera: raspberrypi: Fetch correct value for sensor's modeSensitivity include/libcamera/camera.h | 2 ++ include/libcamera/ipa/raspberrypi.mojom | 7 ++++++- src/ipa/raspberrypi/raspberrypi.cpp | 7 +++++-- src/libcamera/camera.cpp | 16 +++++++++++++++- .../pipeline/raspberrypi/raspberrypi.cpp | 10 +++++++--- 5 files changed, 35 insertions(+), 7 deletions(-)