[libcamera-devel,v2,0/4] Raspberry Pi AGC improvements
mbox series

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

Message

David Plowman Nov. 26, 2020, 12:31 p.m. UTC
Hi

Thanks for the comments. This revised set turns the middle patch into
two, implementing Naush's suggestion. The first of these gives AGC a
custom implementation of pause/resume, making the subsequent patch
simpler. Functionally nothing is changed, and the other patches
unrelated to this are untouched.

Best regards
David

David Plowman (4):
  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
  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 |  5 ++++
 src/ipa/raspberrypi/data/imx219.json       |  4 +--
 src/ipa/raspberrypi/raspberrypi.cpp        |  9 +------
 4 files changed, 38 insertions(+), 11 deletions(-)