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::format("VIDEOIO(%s): backend is not available "
"(plugin is missing, or can't be loaded due "
"dependencies or it is not compatible)",
info.name));
}
}
}
}
}
}
if(throwOnFail)
if(throwOnFail)
{
CV_Error_(Error::StsError,("could not open '%s'",filename.c_str()));
CV_Error_(Error::StsError,("could not open '%s'",filename.c_str()));
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::format("VIDEOIO(%s): backend is not available "
"(plugin is missing, or can't be loaded due "
"dependencies or it is not compatible)",
info.name));
}
}
}
}
}
}
if(throwOnFail)
if(throwOnFail)
{
CV_Error_(Error::StsError,("could not open camera %d",cameraNum));
CV_Error_(Error::StsError,("could not open camera %d",cameraNum));
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::format("VIDEOIO(%s): backend is not available "