[v3,8/8] controls: Remove AeEnable and AeLocked
diff mbox series

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

Commit Message

Paul Elder Nov. 13, 2024, 1:12 p.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 AeEnable and AeLocked.

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>

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

Patch
diff mbox series

diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index 98ef0736aa1b..fc519dea590a 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -8,24 +8,6 @@ 
 # set through Request::controls() and returned out through Request::metadata().
 vendor: libcamera
 controls:
-  - AeEnable:
-      type: bool
-      description: |
-        Enable or disable the AE.
-
-        \sa ExposureTime AnalogueGain
-
-  - AeLocked:
-      type: bool
-      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
       description: |