How to connect external Webcam and use it in Android Project
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?
Normally first the internal camera's will be listed, so if you have a front and back cam, the index will be
2
.0
and1
will be the device cams.