[libcamera-devel] [PATCH v2 07/11] ipa: rkisp1: Add OV5675 tuning file
Jacopo Mondi
jacopo at jmondi.org
Thu Jul 14 20:48:07 CEST 2022
Hi Daniel,
On Wed, Jul 13, 2022 at 10:43:13AM +0200, Daniel Semkowicz via libcamera-devel wrote:
> Add the OV5675 tuning file with default values and enabled AF algorithm.
Have you checked in the datasheet ? Otherwise it's fine to have
place-holders for the time being, but let's record it in a \todo note.
>
> Signed-off-by: Daniel Semkowicz <dse at thaumatec.com>
> ---
> src/ipa/rkisp1/data/meson.build | 1 +
> src/ipa/rkisp1/data/ov5675.yaml | 12 ++++++++++++
> 2 files changed, 13 insertions(+)
> create mode 100644 src/ipa/rkisp1/data/ov5675.yaml
>
> diff --git a/src/ipa/rkisp1/data/meson.build b/src/ipa/rkisp1/data/meson.build
> index c3b4e388..03d71cbf 100644
> --- a/src/ipa/rkisp1/data/meson.build
> +++ b/src/ipa/rkisp1/data/meson.build
> @@ -3,6 +3,7 @@
> conf_files = files([
> 'imx219.yaml',
> 'ov5640.yaml',
> + 'ov5675.yaml',
> 'uncalibrated.yaml',
> ])
>
> diff --git a/src/ipa/rkisp1/data/ov5675.yaml b/src/ipa/rkisp1/data/ov5675.yaml
> new file mode 100644
> index 00000000..82b2caaf
> --- /dev/null
> +++ b/src/ipa/rkisp1/data/ov5675.yaml
> @@ -0,0 +1,12 @@
> +---
> +version: 1
> +algorithms:
> + - Af:
> + - Agc:
> + - Awb:
> + - BlackLevelCorrection:
> + R: 256
> + Gr: 256
> + Gb: 256
> + B: 256
> +...
> --
> 2.34.1
>
More information about the libcamera-devel
mailing list