Merge pull request #24138 from mshabunin:fix-gst-plugin-camera

pull/24153/head
Alexander Alekhin 1 year ago
commit 27d718b223
  1. 2
      modules/videoio/src/cap_gstreamer.cpp

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

Loading…
Cancel
Save