0

I'm making an app using android and opencv. When I run the app on lg g3 opencv is work, but when I run on galaxy s7 I get the message "opencv was not initialised correctly Application will be shut down" :( Can someone help please?

    compileSdkVersion 24
buildToolsVersion "22.0.1"

defaultConfig {
    minSdkVersion 15
    targetSdkVersion 24
    versionCode 2411
    versionName "2.4.11"
}

opencv version-3.1

enter image description here

2 Answers2

0

did you install OpenCV Manager on your device?

https://play.google.com/store/apps/details?id=org.opencv.engine&hl=en

Tony Zai
  • 26
  • 1
  • 5
0

check your permissions, does the app require camera use? see what the logcat says on the monitor when you try to run the app.