Add a generic way to detect missing frames
To be implemented in the generic acquisition loop in hw::acquisition_thread
and hw::acquisition_thread_pipeline
.
Just a simple queue of frame idx, where consecutive are idx are popped in the acquisition loop. If the size of the queue grow over a given threshold, a frame is missing.
-
Add skip frame option to simulator
Edited by Samuel Debionne