Hi, I am trying out an example of OpenCV from http://github.com/billmccord/OpenCV-Android and am stuck at the point where it is mentioned "Before attempting to run the VideoEmulator application, you must first copy this XML file into the emulator in the following location: /data/data/org.siprop.opencv/files/haarcascade_frontalface_alt.xml "
Where in my eclipse workspace do I need to place this haar xml file to be copied to the location /data/data/org.siprop.opencv/files/ of the emulator?
The library "libopencv.so" when placed under libs/amreabi in the eclipse workspace, is picked and appropriately placed under data/data/org.siprop.opencv/lib as seen from the fileexplorer via DDMS