libcamera: software_isp: Add an example CCM to uncalibrated.yaml
For performance reasons, color correction matrix (CCM) is not applied by default in software ISP. But let's add a commented out example how to define it to the default tuning file. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
38ec74fb40
commit
0c53fe5f2f
1 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,15 @@ version: 1
|
||||||
algorithms:
|
algorithms:
|
||||||
- BlackLevel:
|
- BlackLevel:
|
||||||
- Awb:
|
- Awb:
|
||||||
|
# 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]
|
||||||
- Lut:
|
- Lut:
|
||||||
- Agc:
|
- Agc:
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue