CV_LOG_WARNING(NULL,cv::format("VIDEOIO(%s): backend is not available (plugin is missing, or can't be loaded due dependencies or it is not compatible)",info.name));
}
}
}
}
}
returnfalse;
returnfalse;
...
@@ -115,22 +146,48 @@ bool VideoCapture::open(int cameraNum, int apiPreference)
...
@@ -115,22 +146,48 @@ bool VideoCapture::open(int cameraNum, int apiPreference)
CV_LOG_WARNING(NULL,cv::format("VIDEOIO(%s): backend is not available (plugin is missing, or can't be loaded due dependencies or it is not compatible)",info.name));
}
}
}
}
}
returnfalse;
returnfalse;
...
@@ -277,22 +334,49 @@ bool VideoWriter::open(const String& filename, int apiPreference, int _fourcc, d
...
@@ -277,22 +334,49 @@ bool VideoWriter::open(const String& filename, int apiPreference, int _fourcc, d
CV_LOG_WARNING(NULL,cv::format("VIDEOIO(%s): backend is not available (plugin is missing, or can't be loaded due dependencies or it is not compatible)",info.name));