Skip to content Skip to sidebar Skip to footer

Cannot Link Opencv Android Inside Qt

I tried to use OpenCV with Android inside Qt, but I cannot successfully link it inside Qt, I get some undefined reference errors to the side libraries (like libjpeg, libtegra_hal e

Solution 1:

The workaround is: either use OpenCV 3.1.0 or older or compile OpenCV 3.2.0 with CAROTENE disabled.

I can't seem to find any other solutions for now.

Post a Comment for "Cannot Link Opencv Android Inside Qt"