gstreamer: Restore AeEnable
control
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. See85cb179f28
("controls: Redefine AeEnable"). Fixes:187f2d537b
("gstreamer: Generate the new AEGC controls") Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
66fc6d2656
commit
61d93434f5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ from controls import Control
|
||||||
|
|
||||||
|
|
||||||
exposed_controls = [
|
exposed_controls = [
|
||||||
'AeMeteringMode', 'AeConstraintMode', 'AeExposureMode',
|
'AeEnable', 'AeMeteringMode', 'AeConstraintMode', 'AeExposureMode',
|
||||||
'ExposureValue', 'ExposureTime', 'ExposureTimeMode',
|
'ExposureValue', 'ExposureTime', 'ExposureTimeMode',
|
||||||
'AnalogueGain', 'AnalogueGainMode', 'AeFlickerPeriod',
|
'AnalogueGain', 'AnalogueGainMode', 'AeFlickerPeriod',
|
||||||
'Brightness', 'Contrast', 'AwbEnable', 'AwbMode', 'ColourGains',
|
'Brightness', 'Contrast', 'AwbEnable', 'AwbMode', 'ColourGains',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue