is there an example/tutorial that uses OpenCV and VisualGDB to run on Intel Edison Development board ?
I’m new to VisualGDB, and I used it to bring up the “hello world” demo to run Edison board. However, with using OpenCV it seems there is more setup that is needed to enable the executable to run on .
If the board does not come with a pre-compiled OpenCV, you would need to build it from scratch. This could be somewhat tricky as it’s a big library, but a good starting point would be our Raspberry Pi OpenCV tutorial: https://visualgdb.com/tutorials/raspberry/opencv/build/. It summarizes the build steps and describes the common issues, although the exact steps for Intel Edison may be slightly different.