[libcamera-devel] [GIT PULL] Raspberry Pi: Preliminary PiSP support (round 2)

Naushir Patuck naush at raspberrypi.com
Tue Oct 24 11:24:27 CEST 2023


The following changes since commit b5f5a89bc34c601d9b59e160af9db557e1443904:

  apps: qcam: Add support for RGB565 (2023-10-23 13:50:18 +0300)

are available in the Git repository at:

  https://github.com/naushir/libcamera.git HEAD

for you to fetch changes up to a9ac7f410e8f53dd580d83cb096c9f4b24e6b77c:

  ipa: rpi: agc: Make AGC controls affect all channels (2023-10-24
09:56:52 +0100)

----------------------------------------------------------------
David Plowman (5):
      ipa: rpi: hdr: Add the ability to alter the LSC table
      ipa: rpi: alsc: Do not re-read the alsc.status metadata
      ipa: rpi: agc: Allow AGC channels to avoid using "fast desaturation"
      ipa: rpi: agc: Fetch AWB status in the prepare method
      ipa: rpi: agc: Make AGC controls affect all channels

Naushir Patuck (1):
      ipa: rpi: vc4: Move denoise control handling into the VC4 derived IPA

 src/ipa/rpi/common/ipa_base.cpp            |  55
+++++++------------------------
 src/ipa/rpi/controller/agc_algorithm.h     |  11 +++----
 src/ipa/rpi/controller/rpi/agc.cpp         |  51 ++++++++++++++---------------
 src/ipa/rpi/controller/rpi/agc.h           |  13 +++-----
 src/ipa/rpi/controller/rpi/agc_channel.cpp |  23 +++++++------
 src/ipa/rpi/controller/rpi/agc_channel.h   |   1 +
 src/ipa/rpi/controller/rpi/alsc.cpp        |  22 ++++---------
 src/ipa/rpi/controller/rpi/hdr.cpp         | 183
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
 src/ipa/rpi/controller/rpi/hdr.h           |  18 +++++++----
 src/ipa/rpi/vc4/vc4.cpp                    |  35 ++++++++++++++++++--
 10 files changed, 237 insertions(+), 175 deletions(-)


More information about the libcamera-devel mailing list