OpenCV 2.4 VideoCapture not working on Windows

后端 未结 9 798
余生分开走
余生分开走 2020-11-22 15:11

I\'m using Python bindings to OpenCV 2.4 installed with following instructions.

My problem is similar to this one, but I need Windows machine solution.

Probl

9条回答
  •  再見小時候
    2020-11-22 15:59

    Copying opencv_ffmpeg.dll wasn't enough for me - I had to rename it to opencv_ffmpeg246.dll, when I used OpenCV 2.4.6 with Python 2.7.5

提交回复
热议问题