Hello,
I'm periodically missing frames coming from my Leap motion ! To me more precise, I don't receive 2 frames every 125 frames ( 2^7 problem ?). Here is a plot of my frame period in milliseconds (y) vs sample number (x) to show the issue. x(peak_n) - x(peak_n_minus_one) is always 125.
Any one else getting this issue ? Any hint on how to solve it ?
I get this problem whether I'm using a listener or polling in a separate thread. This is also probably not a problem with my program as I routinely interface with devices that provide data at or above 1000Hz without hiccups.
I'm using the C++ SDK v2.3.1 under the latest macOS Mojave. The Leap is connected directly to a latest model Mac Mini USB port.