fprintf(stderr,"VIDEOIO ERROR: V4L2: Could not obtain specifics of capture window.\n");
if(!tryIoctl(VIDIOC_G_FMT,&form))
{
CV_LOG_DEBUG(NULL,"VIDEOIO(V4L2:"<<deviceName<<"): Could not obtain specifics of capture window (VIDIOC_G_FMT): errno="<<errno<<" ("<<strerror(errno)<<")");
returnfalse;
}
if(!autosetup_capture_mode_v4l2()){
if(errno!=EBUSY){
fprintf(stderr,"VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV\n");
if(!autosetup_capture_mode_v4l2())
{
if(errno!=EBUSY)
{
CV_LOG_INFO(NULL,"VIDEOIO(V4L2:"<<deviceName<<"): Pixel format of incoming image is unsupported by OpenCV");