JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

How to get the latest frame? #70

Open Keno opened 9 years ago

Keno commented 9 years ago

Say I have opened a video stream. It seems that read!(f,Image), will give me the next frame it has buffered somewhere. How do I instead get the most recent frame? This is an application where getting the most recent information is a lot more important than getting every frame.

kmsquire commented 8 years ago

Not sure you still need this, but if you do and have a fix, please feel free to commit it (I gave you commit access). (Just became a father, no time...)