[libcamera-devel] [PATCH 5/5] ipa: raspberrypi: imx519: Instantiate auto-focus algorithm

Umang Jain umang.jain at ideasonboard.com
Thu Dec 1 15:51:33 CET 2022


Instantiate the auto-focus algorithm "iob.af" for IMX519 sensor from
the tuning data file.

Signed-off-by: Umang Jain <umang.jain at ideasonboard.com>
---
 src/ipa/raspberrypi/data/imx519.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/ipa/raspberrypi/data/imx519.json b/src/ipa/raspberrypi/data/imx519.json
index 8ccfd3a6..7921cde7 100644
--- a/src/ipa/raspberrypi/data/imx519.json
+++ b/src/ipa/raspberrypi/data/imx519.json
@@ -408,6 +408,9 @@
         },
         {
             "rpi.sharpen": { }
+        },
+        {
+            "iob.af": { }
         }
     ]
-}
\ No newline at end of file
+}
-- 
2.38.1



More information about the libcamera-devel mailing list