Ask Your Question

jdturnage's profile - activity

2020-10-05 02:31:38 -0600 received badge  Famous Question (source)
2018-02-19 03:38:45 -0600 received badge  Notable Question (source)
2017-03-27 14:02:38 -0600 received badge  Popular Question (source)
2013-04-05 10:02:53 -0600 commented answer Reading a Video File at "Real Time" fps

Thanks for the response. I will definitely give this a go. And my hardware is quite fast, so window size shouldn't matter too much.

2013-04-05 10:00:54 -0600 received badge  Supporter (source)
2013-04-03 15:11:28 -0600 asked a question Reading a Video File at "Real Time" fps

I know how to read a video file with OpenCV, but I am wondering if there is example code on how to read a video file at 30fps, or 40fps, or anything specific. What I have noticed is that OpenCV will read and playback the file as fast as it possibly can. I want to be able to throttle the speed at which it is read. Any assistance in this matter is greatly appreciated. Thanks!