[libcamera-devel,v2,00/10] Raspberry Pi AGC
mbox series

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

Message

David Plowman Nov. 23, 2020, 7:37 a.m. UTC
Hi everyone

Here's version 2 of this patch set, addressing some small points that
Naush raised - so thanks for those! Other than that, there are no
changes.

Thanks and best regards
David

David Plowman (10):
  libcamera: ipa: raspberrypi: agc: Use libcamera debug
  libcamera: ipa: raspberrypi: agc: Remove unnecessary locking
  libcamera: ipa: raspberrypi: agc: Rename method to divideUpExposure
  libcamera: ipa: raspberrypi: agc: Improve centre-weighted luminance
    calucation
  libcamera: ipa: raspberrypi: agc: Fetch AWB status only once
  libcamera: ipa: raspberrypi: awb: Add SwitchMode method to output AWB
    status
  libcamera: ipa: raspberrypi: agc: Report fixed exposure/gain values
    during SwitchMode
  libcamera: src: ipa: raspberrypi: agc: Fix uninitialised members in
    Agc constructor
  libcamera: src: ipa: raspberrypi: agc: Improve gain update calculation
    for partly saturated images
  libcamera: src: ipa: raspberrypi: agc: Improve AE locked logic

 src/ipa/raspberrypi/controller/rpi/agc.cpp | 397 ++++++++++++---------
 src/ipa/raspberrypi/controller/rpi/agc.hpp |  17 +-
 src/ipa/raspberrypi/controller/rpi/awb.cpp |  14 +
 src/ipa/raspberrypi/controller/rpi/awb.hpp |   1 +
 4 files changed, 250 insertions(+), 179 deletions(-)