[libcamera-devel] [PATCH v2 00/10] Raspberry Pi AGC

David Plowman david.plowman at raspberrypi.com
Mon Nov 23 08:37:54 CET 2020


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(-)

-- 
2.20.1



More information about the libcamera-devel mailing list