From a533bd004bcebcfa484bdb96ee905694237c9afa Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Mon, 13 Jan 2025 15:59:42 -0600 Subject: controls: Remove AeLocked Now that the codebase has been ported to use the new AEGC controls remove the definition of AeLocked. AeEnable is not be removed as it will be redefined. Signed-off-by: Jacopo Mondi Signed-off-by: Paul Elder Reviewed-by: Paul Elder Reviewed-by: Laurent Pinchart Reviewed-by: Stefan Klug Signed-off-by: Laurent Pinchart --- src/libcamera/control_ids_core.yaml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src') diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml index 55309548..d88c1852 100644 --- a/src/libcamera/control_ids_core.yaml +++ b/src/libcamera/control_ids_core.yaml @@ -16,18 +16,6 @@ controls: \sa ExposureTime AnalogueGain - - AeLocked: - type: bool - direction: out - 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 - - AeState: type: int32_t direction: out -- cgit v1.2.1