diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-08-02 03:26:20 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-08-09 22:46:19 +0300 |
commit | 639d14e5d3e8be39961abf9d2f74c428f454965f (patch) | |
tree | 46958591e781db775bcd28e266dc34bed69a9262 /src/ipa/ipu3/data/uncalibrated.yaml | |
parent | 56555b22c3b0f7d2cba398fb1adfd026abf11617 (diff) |
ipa: ipu3: Add an uncalibrated.yaml tuning data file
Add a tuning data file for uncalibrated sensors, picked by the pipeline
handler when no sensor-specific tuning file is available. The file lists
the 5 algorithms currently instantiated by the IPA module.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/ipu3/data/uncalibrated.yaml')
-rw-r--r-- | src/ipa/ipu3/data/uncalibrated.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ipa/ipu3/data/uncalibrated.yaml b/src/ipa/ipu3/data/uncalibrated.yaml new file mode 100644 index 00000000..794ab3ed --- /dev/null +++ b/src/ipa/ipu3/data/uncalibrated.yaml @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: CC0-1.0 +%YAML 1.1 +--- +version: 1 +algorithms: + - Af: + - Agc: + - Awb: + - BlackLevelCorrection: + - ToneMapping: +... |