libcamera: software_isp: Switch on uncalibrated CCM to validate eGLDebayer

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
This commit is contained in:
Bryan O'Donoghue 2025-05-10 06:26:30 +01:00
parent 2b7bca4a14
commit c7346319bd

View file

@ -8,12 +8,12 @@ algorithms:
# Color correction matrices can be defined here. The CCM algorithm # Color correction matrices can be defined here. The CCM algorithm
# has a significant performance impact, and should only be enabled # has a significant performance impact, and should only be enabled
# if tuned. # if tuned.
# - Ccm: - Ccm:
# ccms: ccms:
# - ct: 6500 - ct: 6500
# ccm: [ 1, 0, 0, ccm: [ 1, 0, 0,
# 0, 1, 0, 0, 1, 0,
# 0, 0, 1] 0, 0, 1]
- Lut: - Lut:
- Agc: - Agc:
... ...