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
2 | No.2 Revision |
"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
3 | No.3 Revision |
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
your opencv sdk already comes with a lot of example code, right ? also look here