From f2869a41674e2dd920be548669196e08d42e4596 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 19 Jun 2022 20:47:36 +0300 Subject: 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 Reviewed-by: Paul Elder --- src/ipa/rkisp1/data/imx219.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/ipa/rkisp1/data/imx219.yaml (limited to 'src/ipa/rkisp1/data/imx219.yaml') diff --git a/src/ipa/rkisp1/data/imx219.yaml b/src/ipa/rkisp1/data/imx219.yaml new file mode 100644 index 00000000..232d8ae8 --- /dev/null +++ b/src/ipa/rkisp1/data/imx219.yaml @@ -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 +... -- cgit v1.2.1