[libcamera-devel,5/5] ipa: raspberrypi: imx519: Instantiate auto-focus algorithm
diff mbox series

Message ID 20221201145133.479794-6-umang.jain@ideasonboard.com
State New
Headers show
Series
  • ipa: rapsberrypi: Introduce auto-focus (auto-mode)
Related show

Commit Message

Umang Jain Dec. 1, 2022, 2:51 p.m. UTC
Instantiate the auto-focus algorithm "iob.af" for IMX519 sensor from
the tuning data file.

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

Patch
diff mbox series

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
+}