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:
@@ -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
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
conf_files = files([
|
conf_files = files([
|
||||||
|
'imx219.yaml',
|
||||||
'uncalibrated.yaml',
|
'uncalibrated.yaml',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user