From patchwork Fri Jul 1 15:46:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 16515 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 63EE3BD808 for ; Fri, 1 Jul 2022 15:47:14 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E4C4D6565E; Fri, 1 Jul 2022 17:47:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1656690434; bh=IdHLsxMWsl/TjEJQaN15z6pLvOL7sLCkmUKZg9a+Pw4=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=c/gH5OXjcVal8yb+uZlxlWNdPbtHYEUgw3U8SjUZ81fE5tuJLQ+XWtPQYkaLq2xCO Ddf2uv1kNhLlqgARn9iKodFRt0pLaeclKwXn2p4AQj6bM2nouPe9L3/T7BmqirY02i gs58f/cYit7VxhVymrSEzaulDzDJAoRTiGh1UNCxArbRoR2T8bWLV/eG63nc4g3ZcP EJQJgqbKEeFdv57uug/SvGXjtQqSFOOJJMfx4VuMv9Md5gOHXQKVa8O0Ny0M/svus5 xuLLyURrjLqMh5XFxLEN7cvDk0m+Hne1ba4YdJ7GVSrJXVM9+28OcllcqpnRPvF1BZ mFSJAKvDMLtqQ== Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B5CEF60552 for ; Fri, 1 Jul 2022 17:47:10 +0200 (CEST) Received: (Authenticated sender: jacopo@jmondi.org) by mail.gandi.net (Postfix) with ESMTPSA id 0F6DBE000A; Fri, 1 Jul 2022 15:47:09 +0000 (UTC) To: libcamera-devel@lists.libcamera.org Date: Fri, 1 Jul 2022 17:46:57 +0200 Message-Id: <20220701154701.354052-5-jacopo@jmondi.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220701154701.354052-1-jacopo@jmondi.org> References: <20220518134728.777709-2-paul.elder@ideasonboard.com> <20220701154701.354052-1-jacopo@jmondi.org> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 5/9] fixup: Capitalize "Auto" 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: Jacopo Mondi via libcamera-devel From: Jacopo Mondi Reply-To: Jacopo Mondi Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The "Auto" and "Manual" terms when used to refer to control modes are keywords and should be captitalized. Signed-off-by: Jacopo Mondi Acked-by: Paul Elder --- src/libcamera/control_ids.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/control_ids.yaml b/src/libcamera/control_ids.yaml index d50df8bcad28..b062b7e234a6 100644 --- a/src/libcamera/control_ids.yaml +++ b/src/libcamera/control_ids.yaml @@ -170,7 +170,7 @@ controls: description: | Specify an Exposure Value (EV) parameter. The EV parameter will only be applied if the AE algorithm is currently enabled, that is, at least one - of AnalogueGainMode and ExposureTimeMode are auto. + of AnalogueGainMode and ExposureTimeMode are in Auto mode. By convention EV adjusts the exposure as log2. For example EV = [-2, -1, 0.5, 0, 0.5, 1, 2] results in an exposure adjustment