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
|
||||
# has a significant performance impact, and should only be enabled
|
||||
# if tuned.
|
||||
# - Ccm:
|
||||
# ccms:
|
||||
# - ct: 6500
|
||||
# ccm: [ 1, 0, 0,
|
||||
# 0, 1, 0,
|
||||
# 0, 0, 1]
|
||||
- Ccm:
|
||||
ccms:
|
||||
- ct: 6500
|
||||
ccm: [ 1, 0, 0,
|
||||
0, 1, 0,
|
||||
0, 0, 1]
|
||||
- Lut:
|
||||
- Agc:
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue