| Message ID | 20250411123641.2144530-1-stefan.klug@ideasonboard.com |
|---|---|
| Headers | show |
| Series |
|
| Related | show |
Quoting Stefan Klug (2025-04-11 14:36:28) > Hi all, > > This v2 fixes a few minor errors found in v1. The main reason for the > repost is to create a basis for the upcoming WDR series. > > The rest of the text here is unmodified (the changelogs are in the > patches). > > 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 | 3 +++ > src/libcamera/pipeline/rkisp1/rkisp1.cpp | 13 ++++++++-- > utils/gen-debug-controls.py | 28 ++++++++++++++++++--- > 8 files changed, 86 insertions(+), 10 deletions(-) > > -- > 2.43.0 >
Hi all, This v2 fixes a few minor errors found in v1. The main reason for the repost is to create a basis for the upcoming WDR series. The rest of the text here is unmodified (the changelogs are in the patches). 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 | 3 +++ src/libcamera/pipeline/rkisp1/rkisp1.cpp | 13 ++++++++-- utils/gen-debug-controls.py | 28 ++++++++++++++++++--- 8 files changed, 86 insertions(+), 10 deletions(-)