[libcamera-devel] [PATCH 2/9] fixup: Use the term 'Idle' for Ae/AnalogueGain state
paul.elder at ideasonboard.com
paul.elder at ideasonboard.com
Wed Aug 3 16:04:39 CEST 2022
On Fri, Jul 01, 2022 at 05:46:54PM +0200, Jacopo Mondi wrote:
> The Auto-Focus controls use the word "Idle" in place of "Inactive".
> Use the same term for consistency.
>
> Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
Acked-by: Paul Elder <paul.elder at ideasonboard.com>
> ---
> src/libcamera/control_ids.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/libcamera/control_ids.yaml b/src/libcamera/control_ids.yaml
> index 21275fcb9a83..59770e63aead 100644
> --- a/src/libcamera/control_ids.yaml
> +++ b/src/libcamera/control_ids.yaml
> @@ -22,7 +22,7 @@ controls:
> \sa ExposureTimeMode
>
> enum:
> - - name: AeStateInactive
> + - name: AeStateIdle
> value: 0
> description: |
> The AE algorithm is inactive.
> @@ -944,7 +944,7 @@ controls:
>
> Current state of the AWB algorithm.
> enum:
> - - name: AwbStateInactive
> + - name: AwbStateIdle
> value: 0
> description: The AWB algorithm is inactive.
> - name: AwbStateSearching
> --
> 2.36.1
>
More information about the libcamera-devel
mailing list