Why can't I open avi video in openCV?

前端 未结 11 1289
一生所求
一生所求 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:42

    In OpenCV 2.4.4 : there is only opencv_ffmpeg244.dll (release dll) and not opencv_ffmpeg244d.dll (debug dll)

    So try in release compilation mode !

提交回复
热议问题