|
||||||||||
Installing the OpenCVManager apk on an Emulator (so you can run your OpenCV app on Emulator) If you want to run your OpenCV application on the Emulator and NOT on a device for initial debugging you can do it but, you have to get the OpenCVManager.apk file loaded to your Emulator. THIS IS NOT REALLY FUN --but, NOT HARD
SPECIAL NOTE: EVEN if you do the items below ---it may be that your Emulator still can not TALK to your computer's Web Camera and you need to be prepared for this and in this case you must run on an emaulator.
NOTE: apk is the name of a application file --OpenCVManager is an already existing Android Application you need to install on your device so OpenCV can work asynchronously. NOTE: remember when you were running on your devices it was first time installing the OpenCVManager for you automatically when it saw you tried to launch your application that needed it...Unfortunately, the emulator is not that smart and we have to "maually" install it
You Must do this Each TIME you Launch a New Emulator --manually install OpenCVManager apkRun adb to install the apk
|
||||||||||
© Lynne Grewe |