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.