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