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:
committed by
Laurent Pinchart
parent
f2869a4167
commit
e7ec7d4de1
@@ -2,6 +2,7 @@
|
||||
|
||||
conf_files = files([
|
||||
'imx219.yaml',
|
||||
'ov5640.yaml',
|
||||
'uncalibrated.yaml',
|
||||
])
|
||||
|
||||
|
||||
13
src/ipa/rkisp1/data/ov5640.yaml
Normal file
13
src/ipa/rkisp1/data/ov5640.yaml
Normal 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
|
||||
...
|
||||
@@ -1,6 +1,7 @@
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
subdir('algorithms')
|
||||
subdir('data')
|
||||
|
||||
ipa_name = 'ipa_rkisp1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user