Currently, I enable to get images through the getOutputQueue. As far as I know, a device accumulates image results in a queue that a host PC creates. Finally, I can get an image in the queue when I call "queue.get()". As a result, there must be a time duration between the image that I get and the time that I call "queue.get()" API. I want to get an image exactly when I call "queue.get()" API.
Plus, as the image below, I tested the code that you can see in the figure. I am not sure why device cannot supply images in regular time period. I set FPS at 30.
