OpenNI2 icon indicating copy to clipboard operation
OpenNI2 copied to clipboard

readFrame(VideoFrameRef* pFrame). Does this keep a backlog of frames or do I get the most recent frame

Open collinalexbell opened this issue 9 years ago • 0 comments

I am going to be locking a mutex in my frame listener which could allow for the frame listener to run slower than the sensors frame rate. I want to be sure that this function retrieves the most recent frame thus causing skipped frames and NOT a backlog of frames which causes my frame stream to have an increasing lag behind what the device actually senses

collinalexbell avatar Feb 01 '16 00:02 collinalexbell