OpenCV with USB camera on Android
DDear OpenCV users,
is it possible to use easily USB camera with OpenCV on Android? We would like to use cameras from Leopard Imaging ... but we want to make sure which USB camera can be used with OpenCV on Android.
All the best, Stephan
I dont think that there are many people that did that yet, but if the camera works on android in general, you might also get it to work on opencv. Probably the ID for VideoCapture will be 2 (since 0 and 1 are back and front camera). I think you can basically only test it