summaryrefslogtreecommitdiff
path: root/src/ipa/simple/data/uncalibrated.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/data/uncalibrated.yaml')
-rw-r--r--src/ipa/simple/data/uncalibrated.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ipa/simple/data/uncalibrated.yaml b/src/ipa/simple/data/uncalibrated.yaml
new file mode 100644
index 00000000..5508e668
--- /dev/null
+++ b/src/ipa/simple/data/uncalibrated.yaml
@@ -0,0 +1,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:
+...