ipa: rkisp1: Add OV5640 tuning file

Add the OV5640 tuning file containing default values for 'black level
correction' algorithm.

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>
This commit is contained in:
Florian Sylvestre
2022-06-17 11:23:14 +02:00
committed by Laurent Pinchart
parent f2869a4167
commit e7ec7d4de1
3 changed files with 15 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
conf_files = files([
'imx219.yaml',
'ov5640.yaml',
'uncalibrated.yaml',
])

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
subdir('algorithms')
subdir('data')
ipa_name = 'ipa_rkisp1'