Building Opencv4 is successful but doesn't download opencv_ffmpeg.dll and gives no error until you try to use video capture #12587
Labels
category:port-feature
The issue is with a library, which is requesting new capabilities that didn’t exist
The Bug is
I recently installed opencv and it built and installed fine. but the problem is the opencv_ffmpeg.dll didn't download. I used both x86 and x64 windows triplets but still the file wasn't downloaded.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Opencv builds successfully and you can use it just fine until you want to use cv::VideoCapture(idx, cv::CAP_FFMPEG) which fails to open a capture object
The text was updated successfully, but these errors were encountered: