Fixed bug when MSMF webcamera doesn't start when build with VIDEOIO_PLUGIN_ALL

pull/24133/head
Alexander Lyulkov 2 years ago
parent c9a4775d49
commit 4a12707103
  1. 2
      modules/videoio/src/cap_msmf.cpp

@ -2719,8 +2719,6 @@ CvResult CV_API_CALL cv_capture_open_with_params(
if (!handle)
return CV_ERROR_FAIL;
*handle = NULL;
if (!filename)
return CV_ERROR_FAIL;
CaptureT* cap = 0;
try
{

Loading…
Cancel
Save