Ask Your Question

adnanhk's profile - activity

2017-09-29 17:04:05 -0600 received badge  Famous Question (source)
2014-08-20 07:45:19 -0600 received badge  Notable Question (source)
2014-04-23 20:27:58 -0600 received badge  Popular Question (source)
2013-07-02 14:10:58 -0600 commented question OpenCV 245 first build errors..

Hi. I am having the exact same issue. Does anyone have a solution for this yet? Thanks.

2013-04-20 22:34:44 -0600 commented question UVC Camera and OpenCV 2.4.3 for Android 4.2

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.

2013-01-21 11:30:39 -0600 received badge  Student (source)
2013-01-09 21:51:08 -0600 commented answer UVC Camera and OpenCV 2.4.3 for Android 4.2

Hi Alexander, Thank you for the response and information.

1) What you say makes sense and I am pretty sure that the camera I have is working off the V4L and not via the camera stack. So I cannot use the camera via device index for OpenCV. The sample application/source code I am using can be found here (http://brain.cc.kogakuin.ac.jp/research/usb-e.html) if anybody wants or is interested.

2) I think that OpenCV code modification will be required in my case. Any pointers on how I am supposed to start doing this?

Thanks again for your help. It is appreciated.

Thanks,

AK

2013-01-09 21:21:08 -0600 received badge  Supporter (source)
2013-01-08 23:15:56 -0600 asked a question 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