[v6,08/12] controls: Remove AeLocked
diff mbox series

Message ID 20250109000942.1616565-9-paul.elder@ideasonboard.com
State New
Headers show
Series
  • AEGC controls
Related show

Commit Message

Paul Elder Jan. 9, 2025, 12:09 a.m. UTC
From: Jacopo Mondi <jacopo@jmondi.org>

Now that the codebase has been ported to use the new AEGC controls
remove the definition of AeLocked. AeEnable is not be removed as it will
be redefined.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

---
Changes in v6:
- remove only AeLocked, as AeEnable will be redefined instead of removed
  - (used to be "controls: Remove AeEnable and AeLocked")

No change in v5

No change in v4

No change in v3
---
 src/libcamera/control_ids_core.yaml | 12 ------------
 1 file changed, 12 deletions(-)

Patch
diff mbox series

diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index 553095481..d88c1852e 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -16,18 +16,6 @@  controls:
 
         \sa ExposureTime AnalogueGain
 
-  - AeLocked:
-      type: bool
-      direction: out
-      description: |
-        Report the lock status of a running AE algorithm.
-
-        If the AE algorithm is locked the value shall be set to true, if it's
-        converging it shall be set to false. If the AE algorithm is not
-        running the control shall not be present in the metadata control list.
-
-        \sa AeEnable
-
   - AeState:
       type: int32_t
       direction: out