mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 17:15:07 +03:00
libcamera: controls: Add AeLocked control
Add a control to report lock status of the Auto Exposure algorithm. The idea is that if an AE algorithm is running the control shall be added to the metadata control list. If the AE algorithm is locked the value shall be set to true, if it's converging it shall be set to false. If the AE algorithm is not running the control shall not be present in the metadata control list. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
914f9a7003
commit
abee318ce8
1 changed files with 11 additions and 0 deletions
|
@ -12,6 +12,17 @@ controls:
|
|||
|
||||
\sa ManualExposure
|
||||
|
||||
- AeLocked:
|
||||
type: bool
|
||||
description: |
|
||||
Report the lock status of a running AE algorithm.
|
||||
|
||||
If the AE algorithm is locked the value shall be set to true, if it's
|
||||
converging it shall be set to false. If the AE algorithm is not
|
||||
running the control shall not be present in the metadata control list.
|
||||
|
||||
\sa AeEnable
|
||||
|
||||
- AwbEnable:
|
||||
type: bool
|
||||
description: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue