mzamanov Hello, I need to know at what time each frame has been recorded. Do I need to somehow keep track of it or it is recorded in the metadata and is available? Best regards, Mladen
erik Hello mzamanov , each ImgFrame message has timestamp attached to it (as metadata), you can access it with imgFrame.getTimestamp(). Thanks, Erik