Using OpenCV on MbedOS

asked 2020-06-30 03:43:58 -0600

I would like to use OpenCV 4.3.0 on an MbedOS application. The most convenient way I think this could be done would be to natively compile the source code with Mbed-CLI. However, it's not straightforward to do this as the source code on Github in opencv/modules is structured very differently from how the code is supposed to be run. Attempting to use this source directly, I ran into errors such as a missing "opencv_modules.hpp" file and a missing "cvconfig.h" file, and manually adding those files resulted in more errors. The advice I'm looking for is how to build OpenCV from source using Mbed-CLI or Mbed Studio.

I also tried following the cross-compile instructions (https://docs.opencv.org/4.3.0/d0/d76/...). However, I'm not sure how the resulting binaries and static libraries can be used with Mbed-CLI in my project. Advice on that would also be appreciated.

I tried googling this and apparently it's not a very common use case as there are few relevant hits. If anyone has one, an end-to-end tutorial on installing OpenCV on MbedOS would be appreciated. Thanks.

edit retag flag offensive close merge delete

Comments

If anyone has one, an end-to-end tutorial on installing OpenCV on MbedOS

you're the 1st person ever to mention MbedOS anywhere, so -- there won't be such a thing

berak gravatar imageberak ( 2020-06-30 03:48:07 -0600 )edit
1

Here is link MBED OS

supra56 gravatar imagesupra56 ( 2020-06-30 03:50:15 -0600 )edit

@supra56 I already tried this, and it doesn't work out of the box. mbed-CLI gives errors when trying to compile.

DanielTan gravatar imageDanielTan ( 2020-07-03 01:44:13 -0600 )edit