UVC Camera and OpenCV 2.4.3 for Android 4.2
Hi,
I am relatively new to Android programming and to OpenCV. This is also my first post/question on this forum.
I am currently working on a project that requires I use an external camera and OpenCV on an android device (Nexus 7). Is there any way to do this? OpenCV 2.4.3 seems to handle the camera component on its own in the background, so I am not sure how to pass the external camera frames to it.
I have managed to get the external camera (UVC compatible) working on the Nexus 7.
Any help will be appreciated.
Thanks,
AK
Hey adnanhk , It would be great help if you can suggest me how you were able to make external UVC external camera working with Android phone. I have been trying hard to make it working , I did enable v4l driver in kernel and verify it loads v4l driver in logs and also added /dev/video0 0666 root system in resource configuration but all the time when i run application i get /dev/video0 device or resource busy. I followed same link you described below can please help and provide your code snippet ?.
I used same source http://brain.cc.kogakuin.ac.jp/research/usb-e.html but did not work for me
Thanks
Hi Himanshu. I am really sorry for the late response. I just read your comment did not get a notification when you sent it. Did you manage to get the UVC camera working? Please let me know and I will be more then happy to help you out anyway I can. Sorry again for the late response. Thanks.