-1

I am using Opencv for image processing.When i am running my application its ask for Opencv manager installation after installation in Samsung duos its working well but in Samsung galaxy S5 it is not working

MIkka Marmik
  • 1,101
  • 11
  • 29
  • This helped me lot [how-to-integrate-opencv-manager-in-android-app](http://stackoverflow.com/questions/20259309/how-to-integrate-opencv-manager-in-android-app) – MIkka Marmik Oct 10 '16 at 05:17

1 Answers1

1

It may come from big.LITTLE architecture support, see this thread. I advise you to run your app without OpenCV Manager.

Kornel
  • 5,264
  • 2
  • 21
  • 28
  • i am already read this.Also include this lines in opencv.mk file but application ask for opencv manager installation.. OPENCV_INSTALL_MODULES:=on OPENCV_LIB_TYPE:=SHARED include D:/opencv_with/OpenCV-2.4.10-android-sdk/OpenCV-2.4.10-android-sdk/sdk/native/jni/OpenCV.mk – MIkka Marmik Apr 08 '15 at 11:36
  • have you read [this](http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.html#application-development-with-static-initialization)? – Kornel Apr 08 '15 at 11:49
  • yup already i read and also include this lines in opencv.mk files but app ask for installation for opencv manager.please give me a solution i am stuck. – MIkka Marmik Apr 08 '15 at 12:01