[0/9] Wdr preparations
mbox series

Message ID 20250331144352.736700-1-stefan.klug@ideasonboard.com
Headers show
Series
  • Wdr preparations
Related show

Message

Stefan Klug March 31, 2025, 2:43 p.m. UTC
Hi all,

This patch series does a bit of preparatory work for the upcoming WDR
support. The patches are a mix of topics but as they are all quite
small, I thought that a small series might be the best fit.

Patches 1-3 are tiny improvements in gen-debug-controls that ease the
day to day work.

Patches 4 and 7 add a bit of debug logging.

Patches 5-6 fix a bug in the rkisp1 parameters handling.

Patches 8-9 add support for exposure compensation in rkisp1.

I hope you all like it :-)

Best regards,
Stefan

Stefan Klug (9):
  utils: gen-debug-controls: Remove line number from control description
  utils: gen-debug-controls: Fix handling of controls that appear
    multiple times
  utils: gen-debug-controls: Improve log output
  libipa: agc_mean_luminance: Add debug logging
  ipa: rkisp1: params: Check for empty parameters
  pipeline: rkisp1: Add more info when parameter queue fails
  pipeline: rkisp1: Add color space information to debug log
  libipa: agc_mean_luminance: Add exposure compensation support
  ipa: rkisp1: agc: Implement ExposureValue control

 src/ipa/libipa/agc_mean_luminance.cpp    | 31 +++++++++++++++++++++---
 src/ipa/libipa/agc_mean_luminance.h      |  6 +++++
 src/ipa/rkisp1/algorithms/agc.cpp        | 10 ++++++++
 src/ipa/rkisp1/ipa_context.h             |  2 ++
 src/ipa/rkisp1/params.cpp                |  3 +++
 src/ipa/rkisp1/params.h                  | 13 ++++++++++
 src/libcamera/pipeline/rkisp1/rkisp1.cpp | 13 ++++++++--
 utils/gen-debug-controls.py              | 28 ++++++++++++++++++---
 8 files changed, 96 insertions(+), 10 deletions(-)