[libcamera-devel] [PATCH v4 10/12] ipa: rkisp1: Add IMX219 tuning file
paul.elder at ideasonboard.com
paul.elder at ideasonboard.com
Thu Jun 23 10:48:32 CEST 2022
Hi Laurent,
On Mon, Jun 20, 2022 at 04:43:03AM +0300, Laurent Pinchart wrote:
> Add a skeleton for the IMX219 tuning file, with data for the BLC
> algorithm.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder at ideasonboard.com>
> ---
> src/ipa/rkisp1/data/imx219.yaml | 13 +++++++++++++
> src/ipa/rkisp1/data/meson.build | 1 +
> 2 files changed, 14 insertions(+)
> create mode 100644 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 000000000000..232d8ae8d58b
> --- /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
> +...
> diff --git a/src/ipa/rkisp1/data/meson.build b/src/ipa/rkisp1/data/meson.build
> index e5b945966625..53ef7fe28e1d 100644
> --- a/src/ipa/rkisp1/data/meson.build
> +++ b/src/ipa/rkisp1/data/meson.build
> @@ -1,6 +1,7 @@
> # SPDX-License-Identifier: CC0-1.0
>
> conf_files = files([
> + 'imx219.yaml',
> 'uncalibrated.yaml',
> ])
>
More information about the libcamera-devel
mailing list