[libcamera-devel] [PATCH 5/9] fixup: Capitalize "Auto"

Jacopo Mondi jacopo at jmondi.org
Fri Jul 1 17:46:57 CEST 2022


The "Auto" and "Manual" terms when used to refer to control modes are
keywords and should be captitalized.

Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
---
 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



More information about the libcamera-devel mailing list