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));
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));
}
}
}
...
...
@@ -277,21 +334,48 @@ 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));