wanglimin / dense_flow

OpenCV Implementation of different optical flow algorithms
231 stars 202 forks source link

I couldn't find frames #8

Closed StOnEGiggity closed 8 years ago

StOnEGiggity commented 8 years ago

Hello,When I am running ./denseImage,everything is ok until executing the code "capture>>frame",it looks like that there is no frame and then break.By the way ,test.avi could be open correctly.Somebody could help me?

wanglimin commented 8 years ago

I think it may be the problem of video decoding.

StOnEGiggity commented 8 years ago

Thanks for replying.Finally,i choose ffmpeg to extract frames.Maybe you could close the issue:)