From patchwork Fri Nov 28 15:48:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 25275 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 6666EC0F2A for ; Fri, 28 Nov 2025 15:48:41 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8D58060A85; Fri, 28 Nov 2025 16:48:40 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="qN/mvy9a"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 16D856069A for ; Fri, 28 Nov 2025 16:48:39 +0100 (CET) Received: from ideasonboard.com (net-93-65-100-155.cust.vodafonedsl.it [93.65.100.155]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CCD76C67; Fri, 28 Nov 2025 16:46:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1764344787; bh=JTG+AvlOQqHg2QZlI/JrXsJBYHNcMsvqtDdZyEcoFic=; h=From:To:Cc:Subject:Date:From; b=qN/mvy9ao7A4nphpDWovWd7vdPdyv/LCnDbDGo6nhFmRsevv1LvxJHvQBIY3t1B9u hKypgigREDL3os4qlZxFKocfNKsMV0Vo26oSxHdVXC/rnMQ7WC22kCc2igksCW6Y4F pfEBqtQTOQumoZtRujDoaDKyaUgHAKkA5guOJopc= From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Cc: Jacopo Mondi Subject: [PATCH] libcamera: controls: Small style fixes Date: Fri, 28 Nov 2025 16:48:30 +0100 Message-ID: <20251128154832.176864-1-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.51.1 MIME-Version: 1.0 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" The Wdr controls have been added without an empty line between them and the existing ones. Also, a line has a space at the end. Fix it. Signed-off-by: Jacopo Mondi --- src/libcamera/control_ids_core.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- 2.51.1 diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml index 3bcb475fd102..8e99bd84825f 100644 --- a/src/libcamera/control_ids_core.yaml +++ b/src/libcamera/control_ids_core.yaml @@ -677,7 +677,7 @@ controls: stored in conventional reading order in an array of 9 floating point values. - ColourCorrectionMatrix can only be applied in a Request when the AWB is + ColourCorrectionMatrix can only be applied in a Request when the AWB is disabled. \sa AwbEnable @@ -1283,6 +1283,7 @@ controls: \sa SensorTimestamp The FrameWallClock control can only be returned in metadata. + - WdrMode: type: int32_t direction: inout @@ -1329,6 +1330,7 @@ controls: This curve preserves most of the information of the image at the expense of a very artificial look. It is therefore best suited for technical analysis. + - WdrStrength: type: float direction: in @@ -1338,6 +1340,7 @@ controls: global tone mapping is applied. A values of 1 is the default value and the correct value for most scenes. A value above 1 increases the global tone mapping effect and can lead to unrealistic image effects. + - WdrMaxBrightPixels: type: float direction: in