Android Crashes When Using OpenCV From Activity
I am new to OpenCV, but I believe that I have everything set up correctly by following the instructions on this page link Basically, my app crashes whenever I try to access anythin
Solution 1:
It turned out to be a problem with my Android.mk. I included OPENCV_INSTALL_MODULES:=on and everything works like a charm now :)
Post a Comment for "Android Crashes When Using OpenCV From Activity"