summaryrefslogtreecommitdiff
path: root/src/ipa/rkisp1/data/uncalibrated.yaml
diff options
context:
space:
mode:
authorFlorian Sylvestre <fsylvestre@baylibre.com>2022-06-17 11:23:11 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-06-29 17:21:11 +0300
commit011a4668fb5e17026626b7abdfe86bccb2fdb743 (patch)
treea1ef82ac555e20ab3d16d09a0cf8e034c2da4292 /src/ipa/rkisp1/data/uncalibrated.yaml
parente9c53ac4d8db5ae3a45d458f146044beb95f79d4 (diff)
pipeline: rkisp1: Support IPA tuning file
Pass the path name of the YAML IPA tuning file to the IPA module. The file name is derived from the sensor name ("${sensor_name}.yaml"), with a fallback to "uncalibrated.yaml". The tuning file name can be manually overridden with the LIBCAMERA_RKISP1_TUNING_FILE environment variable. Signed-off-by: Florian Sylvestre <fsylvestre@baylibre.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa/rkisp1/data/uncalibrated.yaml')
-rw-r--r--src/ipa/rkisp1/data/uncalibrated.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ipa/rkisp1/data/uncalibrated.yaml b/src/ipa/rkisp1/data/uncalibrated.yaml
new file mode 100644
index 00000000..bdbd5fda
--- /dev/null
+++ b/src/ipa/rkisp1/data/uncalibrated.yaml
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: CC0-1.0
+%YAML 1.2
+---
+version: 1
+algorithms:
+ - Agc:
+ - Awb:
+...