mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
gstreamer: Generate the new AEGC controls
Since AeEnable will be replaced with ExposureTimeMode and AnalogueGainMode so that the two can be set between auto/manual independently, update the gstreamer control ids generation to conform with this. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Nicolas Nicolas <nicolas.dufresne@collabora.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
3d23f325fd
commit
187f2d537b
1 changed files with 3 additions and 2 deletions
|
@ -19,8 +19,9 @@ from controls import Control
|
|||
|
||||
|
||||
exposed_controls = [
|
||||
'AeEnable', 'AeMeteringMode', 'AeConstraintMode', 'AeExposureMode',
|
||||
'ExposureValue', 'ExposureTime', 'AnalogueGain', 'AeFlickerPeriod',
|
||||
'AeMeteringMode', 'AeConstraintMode', 'AeExposureMode',
|
||||
'ExposureValue', 'ExposureTime', 'ExposureTimeMode',
|
||||
'AnalogueGain', 'AnalogueGainMode', 'AeFlickerPeriod',
|
||||
'Brightness', 'Contrast', 'AwbEnable', 'AwbMode', 'ColourGains',
|
||||
'Saturation', 'Sharpness', 'ColourCorrectionMatrix', 'ScalerCrop',
|
||||
'DigitalGain', 'AfMode', 'AfRange', 'AfSpeed', 'AfMetering', 'AfWindows',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue