OpenCV VideoCapture isOpened() returns false on Android
Mobile and Embedded
5
Posts
3
Posters
5.0k
Views
1
Watching
-
Hi everyone
Please helpI whant to record video using openCV on Android device, but always VideoCapture isOpened returns false
@
VideoCapture cap(0);
//VideoCapture cap(CV_CAP_ANDROID_BACK);if(!cap.isOpened())
{
QMessageBox::information(this, tr("error"), "error on open");
}
else {
QMessageBox::information(this, tr("success"), "is opened");
}
@ -
Hi,
This is an OpenCV question, you should ask it directly on the OpenCV forum/mailing list