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:
parent
2b7bca4a14
commit
c7346319bd
1 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue