[libcamera-devel] [PATCH v3 8/8] ipa: rkisp1: Add OV5675 tuning file

Daniel Semkowicz dse at thaumatec.com
Thu Jan 19 09:41:12 CET 2023


Add the OV5675 tuning file with default values and enabled AF algorithm.

Signed-off-by: Daniel Semkowicz <dse at thaumatec.com>
---
 src/ipa/rkisp1/data/meson.build |  1 +
 src/ipa/rkisp1/data/ov5675.yaml | 20 ++++++++++++++++++++
 2 files changed, 21 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..2c088d18
--- /dev/null
+++ b/src/ipa/rkisp1/data/ov5675.yaml
@@ -0,0 +1,20 @@
+# SPDX-License-Identifier: CC0-1.0
+%YAML 1.1
+---
+version: 1
+algorithms:
+  - Af:
+      min-vcm-position: 0
+      max-vcm-position: 1023
+      coarse-search-step: 30
+      fine-search-step: 1
+      fine-scan-range: 0.05
+      max-variance-change: 0.5
+      wait-frames-lens: 2 # tuned for 30fps stream
+      isp-threshold: 128
+      isp-var-shift: 4
+  - Agc:
+  - Awb:
+  - BlackLevelCorrection:
+  - ColorProcessing:
+...
-- 
2.39.0



More information about the libcamera-devel mailing list