Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
collinalexbell opened this issue Feb 1, 2016 · 0 comments

Comments

@collinalexbell
Copy link

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant