Skip to content

Instantly share code, notes, and snippets.

@hogliux
Created October 28, 2025 20:17
Show Gist options
  • Save hogliux/19fbbcd721a679e27270067ac4e8325b to your computer and use it in GitHub Desktop.
Save hogliux/19fbbcd721a679e27270067ac4e8325b to your computer and use it in GitHub Desktop.
ov02c10.yaml
# 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