From 914f9a7003d94789efe414209ec88f3d9464b105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Tue, 8 Oct 2019 02:45:27 +0200 Subject: libcamera: controls: Add AeEnable control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a control to enable/disable Auto Exposure. Signed-off-by: Niklas Söderlund Reviewed-by: Laurent Pinchart --- src/libcamera/control_ids.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/libcamera/control_ids.yaml') diff --git a/src/libcamera/control_ids.yaml b/src/libcamera/control_ids.yaml index 0e18ec93..1164cb6a 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: | -- cgit v1.2.1