You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a Raspberry Pi camera (OV5647 sensor) with a Milk module 01 test kit.
The module works with the camera test script that comes built into the module 01 OS.
When trying to capture an image using OpenCV Mobile, an error appears. I checked the compiled OpenCV-Mobile library and it is linking the GC2083 module. So, I just need to modify this and link the OV5647 module.
I'm trying to compile following the recommendations I found at:
NOTE: These tutorials were created for an older version of OpenCV. Some paths have changed, but I had no problem locating the patch path. However, compiling fails with errors. Have the compilation steps changed for newer versions?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use a Raspberry Pi camera (OV5647 sensor) with a Milk module 01 test kit.
The module works with the camera test script that comes built into the module 01 OS.
When trying to capture an image using OpenCV Mobile, an error appears. I checked the compiled OpenCV-Mobile library and it is linking the GC2083 module. So, I just need to modify this and link the OV5647 module.
I'm trying to compile following the recommendations I found at:
https://zhuanlan.zhihu.com/p/653359280
https://community.milkv.io/t/opencv-mobile-opencv-milkv-duo/557
NOTE: These tutorials were created for an older version of OpenCV. Some paths have changed, but I had no problem locating the patch path. However, compiling fails with errors. Have the compilation steps changed for newer versions?
The text was updated successfully, but these errors were encountered: