[libcamera-devel] [PATCH v5 03/10] libcamera: controls: Add AeEnable control

Niklas Söderlund niklas.soderlund at ragnatech.se
Tue Oct 8 02:45:27 CEST 2019


Add a control to enable/disable Auto Exposure.

Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 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 0e18ec9397cdaa05..1164cb6a40dedc27 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: |
+        Enable or disable the AE.
+
+        \sa ManualExposure
+
   - AwbEnable:
       type: bool
       description: |
-- 
2.23.0



More information about the libcamera-devel mailing list