opencv - sailfishOS IDE

430 Views Asked by At

I want to create an Sailfish app for Jolla with C++ and openCV. I worked with openCV and standard computers, but I have no experience with openCV and mobile devices. How do I have to integrate the openCV libraries into the sailfishOS IDE?

If I integrate the standard libraries like in x64 / x86 programs:

INCLUDEPATH += /usr/include/opencv \
               /usr/include/opencv2 \
LIBS += -lopencv_core

and include them with:

#include <cv.h>

it is not posiible to use the opencv functions.

Has anybody experiences with openCV, the SailfishOS IDE and Jolla?

1

There are 1 best solutions below

0
On

OpenCV is already packaged for Mer: https://build.merproject.org/package/show/home:cckwes/opencv

You just need to build it for SailfishOS, install the -devel package under SDK and you're ready to go.