summaryrefslogtreecommitdiff
path: root/src/ipa/simple/data/uncalibrated.yaml
blob: 5508e6686a095b27b3f0da071c5fe2f2f8a643db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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, 1, 0,
  #                0, 0, 1]
  - Lut:
  - Agc:
...