[libcamera-devel,v5,0/2] Add flicker avoidance controls
mbox series

Message ID 20230718144301.3612-1-david.plowman@raspberrypi.com
Headers show
Series
  • Add flicker avoidance controls
Related show

Message

David Plowman July 18, 2023, 2:42 p.m. UTC
Hi everyone

Changes since v4:

The FlickerCustom mode has been renamed to FlickerManual.

The AeFlickerCustom control has been renamed to AeFlickerPeriod.

There is a bit of documentation rewording (I hope some things are
slightly clearer), and a couple of minor code tidies as was suggested.

Thanks
David

David Plowman (2):
  libcamera: controls: Add controls for AEC/AGC flicker avoidance
  ipa: rpi: common: Handle AEC/AGC flicker controls

 src/ipa/rpi/common/ipa_base.cpp | 64 ++++++++++++++++++++++-
 src/ipa/rpi/common/ipa_base.h   |  6 +++
 src/libcamera/control_ids.yaml  | 90 ++++++++++++++++++++++++++-------
 3 files changed, 142 insertions(+), 18 deletions(-)