[libcamera-devel] [PATCH v4 02/11] libcamera: controls: Add AeEnable control
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Thu Oct 3 23:47:28 CEST 2019
Hi Niklas,
Thank you for the patch.
On Thu, Oct 03, 2019 at 07:49:32PM +0200, Niklas Söderlund wrote:
> 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.
s/Enables or disables/Enable or disable/
(AwbEnable should be fixed accordingly)
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> +
> + \sa ManualExposure
> +
> - AwbEnable:
> type: bool
> description: |
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list