[libcamera-devel,5/9] fixup: Capitalize "Auto"
diff mbox series

Message ID 20220701154701.354052-5-jacopo@jmondi.org
State Superseded, archived
Headers show
Series
  • [libcamera-devel,1/9] controls: Reorganize the AE-related controls
Related show

Commit Message

Jacopo Mondi July 1, 2022, 3:46 p.m. UTC
The "Auto" and "Manual" terms when used to refer to control modes are
keywords and should be captitalized.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
---
 src/libcamera/control_ids.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nicolas Dufresne via libcamera-devel Aug. 3, 2022, 2:09 p.m. UTC | #1
On Fri, Jul 01, 2022 at 05:46:57PM +0200, Jacopo Mondi wrote:
> The "Auto" and "Manual" terms when used to refer to control modes are
> keywords and should be captitalized.
> 
> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>

Acked-by: Paul Elder <paul.elder@ideasonboard.com>

> ---
>  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
> -- 
> 2.36.1
>

Patch
diff mbox series

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