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

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

Message

David Plowman July 13, 2023, 3:12 p.m. UTC
Hi

Here are the flicker avoidance controls, as I think we agreed when
discussing it last week. We seem to be up to v4 now.

The main change is to remove the explicit 50/60Hz modes, we now use
the custom mode with an explicitly supplied time value. Elsewhere
documentation is reworded slightly in places to conform to what I
think we said.

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  | 79 ++++++++++++++++++++++++++-------
 3 files changed, 131 insertions(+), 18 deletions(-)