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.
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...)
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.