ValYouW / flutter-opencv-stream-processing

Running OpenCV C++ code inside a flutter app processing real-time camera frames
MIT License
87 stars 12 forks source link

Native_Opencv #5

Closed arthurgichuhi closed 1 year ago

arthurgichuhi commented 1 year ago

First of all great work, really insightful and helpful. I do have a question on as to why Flutter=>Kotlin=>NativeCode using JNI and FFI on the plugin and not just Flutter=>NativeCode using FFI?

ValYouW commented 1 year ago

Hi, where do you see Kotlin or JNI?

arthurgichuhi commented 1 year ago

My bad. I was a bit confused from a previous tutorial. Kindly do a video on how to make a flutter plugin and integrate OPENCV library into it. I have tried to replicate everything you do, gradle sync and make the project, it does it with zero errors but the include folder where I see the opencv library eventually shows up never shows up on my side at all.