How to connect external Webcam and use it in Android Project

asked 2016-04-03 01:12:56 -0600

Sandesh14 gravatar image

I want to use external webcam in my android project. But I don't know how to obtain the index of external webcam, so that I can use it in SetCameraIndex() of CamerabridgeViewBase object. How can I do it?

edit retag flag offensive close merge delete

Comments

Normally first the internal camera's will be listed, so if you have a front and back cam, the index will be 2. 0 and 1 will be the device cams.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-04-04 04:01:15 -0600 )edit