[libcamera-devel] [PATCH v4 02/11] libcamera: controls: Add AeEnable control

Niklas Söderlund niklas.soderlund at ragnatech.se
Thu Oct 3 19:49:32 CEST 2019


Add a control to enable/disable Auto Exposure.

Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
---
 src/libcamera/control_ids.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/libcamera/control_ids.yaml b/src/libcamera/control_ids.yaml
index 819a5967a2fc8d56..4626f6ef48bcaeea 100644
--- a/src/libcamera/control_ids.yaml
+++ b/src/libcamera/control_ids.yaml
@@ -5,6 +5,13 @@
 %YAML 1.2
 ---
 controls:
+  - AeEnable:
+      type: bool
+      description: |
+        Enables or disables the AE.
+
+        \sa ManualExposure
+
   - AwbEnable:
       type: bool
       description: |
-- 
2.23.0



More information about the libcamera-devel mailing list