wanglimin / dense_flow

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

can I extract rgb and optical images use fps=25? #28

Closed lwq1122 closed 6 years ago

lwq1122 commented 6 years ago

Hi, your work is very helpful to me! thank you but I found it extract flow images use fps=30, please tell me how can i set fps=25 and use this to extract optical flow images?

wanglimin commented 6 years ago

This code is for optical flow extraction and cannot change the FPS of video.

lwq1122 commented 6 years ago

This code is for optical flow extraction and cannot change the FPS of video. Thank you