From e7ec7d4de12b28e979879b8ebdd0e3731e5c6433 Mon Sep 17 00:00:00 2001 From: Florian Sylvestre Date: Fri, 17 Jun 2022 11:23:14 +0200 Subject: ipa: rkisp1: Add OV5640 tuning file Add the OV5640 tuning file containing default values for 'black level correction' algorithm. Signed-off-by: Florian Sylvestre Reviewed-by: Laurent Pinchart Reviewed-by: Paul Elder Signed-off-by: Laurent Pinchart --- src/ipa/rkisp1/data/ov5640.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/ipa/rkisp1/data/ov5640.yaml (limited to 'src/ipa/rkisp1/data/ov5640.yaml') diff --git a/src/ipa/rkisp1/data/ov5640.yaml b/src/ipa/rkisp1/data/ov5640.yaml new file mode 100644 index 00000000..232d8ae8 --- /dev/null +++ b/src/ipa/rkisp1/data/ov5640.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