Ask Your Question
0

Using usb camera in android

asked 2013-03-28 22:26:40 -0600

ryan0270 gravatar image

I would like to connect a usb camera (e.g. Point Gray Firefly) to my phone for image processing. The phone supports usb on-the-go so that part is covered, but I'm not sure how to actually get the images since vendors don't have android drivers out.

Does anyone know if the opencv camera wrapper libraries are able to do this?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-03-29 02:11:10 -0600

Camera access method depends on drivers. If camera driver is integrated to Android camera stack, then it will be available through standard Java API and through native camera wrappers. If it does not support such integration the only solution is to try V4L. OpenCV does not support V4L on Android and library code modifications are needed (Highgui module).

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-28 22:26:40 -0600

Seen: 1,015 times

Last updated: Mar 29 '13