You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
collinalexbell
changed the title
readFrame(VideoFrameRef* pFrame). Does this keep a backlog of frames or do I get most recent
readFrame(VideoFrameRef* pFrame). Does this keep a backlog of frames or do I get the most recent frame
Feb 1, 2016
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
The text was updated successfully, but these errors were encountered: