Ask Your Question

Revision history [back]

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).