OpenCV 2.4 VideoCapture not working on Windows

后端 未结 9 765
余生分开走
余生分开走 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 16:12

    I first tried copying, then changing the Path environment of windows.. it didn't work until i changed the name to opencv_ffmpeg245.dll for my openCV version 2.4.5 and python 2.7. (notice **245.dll is from opencv version 2.4.5)

提交回复
热议问题