Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"how to install opencv manager on emulator ?"

from a cmdline,

adb install E:\android\work\OpenCV\apk\OpenCV_2.4.5_Manager_2.7_x86.apk

did the trick for me(ofc, you'll have a different path/version).

"is there any tutorial ?"

your opencv sdk already comes with a lot of example code, right ? also look here

"how to install opencv manager on emulator ?"

from a cmdline, cmdline(assuming,the device/emulator is already connected and running),

adb install E:\android\work\OpenCV\apk\OpenCV_2.4.5_Manager_2.7_x86.apk

did the trick for me(ofc, you'll have a different path/version).

"is there any tutorial ?"

your opencv sdk already comes with a lot of example code, right ? also look here

  • "how to install opencv manager on emulator ?"

from a cmdline(assuming,the device/emulator is already connected and running),

adb install E:\android\work\OpenCV\apk\OpenCV_2.4.5_Manager_2.7_x86.apk
/path/to/your/Manager.apk

did the trick for me(ofc, you'll have a different path/version).me

  • "is there any tutorial ?"

your opencv sdk already comes with a lot of example code, right ? also look here