[PATCH v1] gstreamer: Restore `AeEnable` control
Barnabás Pőcze
barnabas.pocze at ideasonboard.com
Tue Apr 1 15:52:57 CEST 2025
Commit "gstreamer: Generate the new AEGC controls" removed the
`AeEnable` control from gen-gst-controls.py. However, the patch
set it was part of did not end up removing the `AeEnable`
control after all. So restore it for gstreamer users.
See 85cb179f289d29 ("controls: Redefine AeEnable").
Fixes: 187f2d537be5a4 ("gstreamer: Generate the new AEGC controls")
Signed-off-by: Barnabás Pőcze <barnabas.pocze at ideasonboard.com>
---
utils/codegen/gen-gst-controls.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/codegen/gen-gst-controls.py b/utils/codegen/gen-gst-controls.py
index 07af7653b..4ca76049e 100755
--- a/utils/codegen/gen-gst-controls.py
+++ b/utils/codegen/gen-gst-controls.py
@@ -19,7 +19,7 @@ from controls import Control
exposed_controls = [
- 'AeMeteringMode', 'AeConstraintMode', 'AeExposureMode',
+ 'AeEnable', 'AeMeteringMode', 'AeConstraintMode', 'AeExposureMode',
'ExposureValue', 'ExposureTime', 'ExposureTimeMode',
'AnalogueGain', 'AnalogueGainMode', 'AeFlickerPeriod',
'Brightness', 'Contrast', 'AwbEnable', 'AwbMode', 'ColourGains',
--
2.49.0
More information about the libcamera-devel
mailing list