[libcamera-devel] [PATCH 2/9] fixup: Use the term 'Idle' for Ae/AnalogueGain state

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


The Auto-Focus controls use the word "Idle" in place of "Inactive".
Use the same term for consistency.

Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
---
 src/libcamera/control_ids.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libcamera/control_ids.yaml b/src/libcamera/control_ids.yaml
index 21275fcb9a83..59770e63aead 100644
--- a/src/libcamera/control_ids.yaml
+++ b/src/libcamera/control_ids.yaml
@@ -22,7 +22,7 @@ controls:
         \sa ExposureTimeMode
 
       enum:
-        - name: AeStateInactive
+        - name: AeStateIdle
           value: 0
           description: |
             The AE algorithm is inactive.
@@ -944,7 +944,7 @@ controls:
 
         Current state of the AWB algorithm.
       enum:
-        - name: AwbStateInactive
+        - name: AwbStateIdle
           value: 0
           description: The AWB algorithm is inactive.
         - name: AwbStateSearching
-- 
2.36.1



More information about the libcamera-devel mailing list