capture video from camera by OpenCV?
I've written code for video capturing from my Basler camera but when compile the code I've got this error:
error:
[ INFO:0] global C:\build\master_winpack-build-win64-vc14\opencv\modules\videoio\src\backend_plugin.cpp (172) cv::impl::DynamicLib::libraryLoad load D:\NGUYEN TRI VIEN\OpenCV 4.1.1\opencv\build\x64\vc14\bin\opencv_videoio_gstreamer411_64.dll => FAILED
[ INFO:0] global C:\build\master_winpack-build-win64-vc14\opencv\modules\videoio\src\backend_plugin.cpp (172) cv::impl::DynamicLib::libraryLoad load opencv_videoio_gstreamer411_64.dll => FAILED
I've checked in the directory mentioned in the below screen and didn't find the file videoio gstreamer411 64.dll
So can anyone show me how to get this file?
Thank you!