Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

VideoCapture android 3.0.0

Hi,

I've found CV_CAP_ANDROID is marked as 'unused' but anyway, I've tried new VideoCapture(CV_CAP_ANDROID), tried new VidoCapture() tried capture->open(CV_CAP_ANY) and I always get ->isOpened() = false;

I have CAMERA permission in Android manifest.

What may be wrong here? Was anybody ableto start capture with native opencv 3.0.0 on android. thanks.

VideoCapture android 3.0.0

Hi,

I've found CV_CAP_ANDROID is marked as 'unused' but anyway, I've tried new VideoCapture(CV_CAP_ANDROID), tried new VidoCapture() tried capture->open(CV_CAP_ANY) and I always get ->isOpened() = false;

I have CAMERA permission in Android manifest.

What may be wrong here? Was anybody ableto start capture with native opencv 3.0.0 on android. thanks.

ps. I'm working qith QT project and everything buids without ny problem, the problem at runtime only, I see nothing wrong in output, VideoCapture just doesn't open