user3446144
user3446144

Reputation: 21

OpenCV Error: "OpenCV was not initialized correctly. Application will be shut down"

I m Using OpenCV 2.4.8 for android. I tried to run the OpenCV Samples on bluestack but it shows the following message::

OpenCV error: "OpenCV was not initialized correctly. Application will be shut down".

Upvotes: 2

Views: 11053

Answers (2)

GTavasoli
GTavasoli

Reputation: 448

You should install OpenCV manager OpenCV_2.4.9_Manager_2.18_x86.apk instead of other OpenCV managers.

Upvotes: 4

gurnee
gurnee

Reputation: 11

I searched several answers but I found that downloading appropriate OpenCV Manager was the best way.

  1. visit http://opencv.org/
  2. go to download page
  3. find appropriate library version (which you've used in android project)
  4. unzip file, and you will see 'apk file'(there are opencv manager)
  5. select suitable apk file (if you don't know what's suitable, try every single of them)

Upvotes: 0

Related Questions