Why can't I open avi video in openCV?

前端 未结 11 1296
一生所求
一生所求 2020-11-29 10:25

I just wrote a simple video reading example with openCV2.3.1, but it seems that I cannot open avi video anyway :(

Vid         


        
11条回答
  •  庸人自扰
    2020-11-29 10:48

    A missing OpenCV's ffmpeg.dll does not generate any warnings/errors in OpenCV 2.3.1, and code fails silently. Make sure that you have proper opencv_ffmpeg*.dll in your path.

提交回复
热议问题