[libcamera-devel,0/2] libcamera: pipeline: AeFlickerMode support
mbox series

Message ID 20230725125641.1557350-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • libcamera: pipeline: AeFlickerMode support
Related show

Message

Kieran Bingham July 25, 2023, 12:56 p.m. UTC
Now that the AeFlickerMode is available, implement support for it on the
UVC pipeline handler. (Note this is compile tested only presently).

Also - remove the now redundant SceneFlicker workaround in the python
bindings as a cleanup patch.

Kieran Bingham (2):
  py: gen-py-controls: Remove SceneFlicker workaround
  libcamera: pipeline: uvcvideo: Implement AeFlickerMode

 src/libcamera/pipeline/uvcvideo/uvcvideo.cpp | 59 ++++++++++++++++++--
 src/py/libcamera/gen-py-controls.py          |  3 -
 2 files changed, 55 insertions(+), 7 deletions(-)