Ask Your Question

Revision history [back]

  1. OpenCV uses Android Camera software stack, NOT V4L directly. So, if you can work with external camera using standard applications, so you can do it with OpenCV to. The only thing you need is set device index.

  2. If your camera is available through V4L only the only solution for camera support is enabling V4L back-end for VideoCapture on Android. In this case OpenCV code modification is needed.