Created
October 28, 2025 20:17
-
-
Save hogliux/19fbbcd721a679e27270067ac4e8325b to your computer and use it in GitHub Desktop.
ov02c10.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-License-Identifier: CC0-1.0 | |
| %YAML 1.1 | |
| --- | |
| version: 1 | |
| algorithms: | |
| - BlackLevel: | |
| - 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, 0.7, 0, | |
| 0, 0, 1] | |
| - Lut: | |
| - Agc: | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment