Merge pull request #12846 from alalek:issue_12834

pull/12850/head^2
Alexander Alekhin 6 years ago
commit 24ced3d657
  1. 2
      modules/videoio/src/cap_v4l.cpp

@ -1722,7 +1722,7 @@ static bool icvSetControl (CvCaptureCAM_V4L* capture,
fprintf(stderr,
"VIDEOIO ERROR: V4L2: setting property #%d is not supported\n",
property_id);
return -1;
return false;
}
/* get the min/max values */

Loading…
Cancel
Save