ipa: rkisp1: Add IMX219 tuning file

Add a skeleton for the IMX219 tuning file, with data for the BLC
algorithm.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2022-06-19 20:47:36 +03:00
parent ad57d2c51d
commit f2869a4167
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# SPDX-License-Identifier: CC0-1.0
%YAML 1.2
---
version: 1
algorithms:
- Agc:
- Awb:
- BlackLevelCorrection:
R: 256
Gr: 256
Gb: 256
B: 256
...

View File

@@ -1,6 +1,7 @@
# SPDX-License-Identifier: CC0-1.0
conf_files = files([
'imx219.yaml',
'uncalibrated.yaml',
])