[libcamera-devel,v4,0/5] Raspberry Pi AGC improvements
mbox series

Message ID 20201201175536.11093-1-david.plowman@raspberrypi.com
Headers show
Series
  • Raspberry Pi AGC improvements
Related show

Message

David Plowman Dec. 1, 2020, 5:55 p.m. UTC
Hi everyone

Here's a fourth version of my mostly minor AGC
improvements. Everything is identical to v3 except with an extra
commit squeezed in just before the final one which updates the
documentation for the ExposureTime and AnalogueGain controls.

Thanks!
David

David Plowman (5):
  src: ipa: raspberrypi: Avoid AGC filtering when both gain and shutter
    specified
  src: ipa: raspberrypi: agc: Make AGC handle Pause/Resume for itself
  src: ipa: raspberrypi: Improve behaviour when AE disabled
  libcamera: controls: Improve documentation for ExposureTime and
    AnalogueGain
  src: ipa: raspberrypi: Fix initial AGC oscillation for imx219 sensor

 src/ipa/raspberrypi/controller/rpi/agc.cpp | 31 +++++++++++++++++++++-
 src/ipa/raspberrypi/controller/rpi/agc.hpp |  4 +++
 src/ipa/raspberrypi/data/imx219.json       |  4 +--
 src/ipa/raspberrypi/raspberrypi.cpp        |  8 ------
 src/libcamera/control_ids.yaml             | 14 ++++++++++
 5 files changed, 50 insertions(+), 11 deletions(-)