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