Hello, I defined the temporal calibration, in ms, via the Fcal module. However, if I add the TemporalTimeOffsetSec for the trackerstream, nothing happens. Does someone can assist on this topic?
I have a delay in the image acquisition, and streaming, and want to create a delay on the trackingstream to math these two together.
Thank you for your response. Unfortunately, no increased latency occurs. Although I added the LocalTimeOffsetSec as you mentioned in the code below and expected a latency of 1 second, nothing happens. Could there be a mistake in the code?
The local time offset is used for finding corresponding timestamped items (images, position tracking, other sensor data) in multiple data streams. If you have multiple data streams in a channel then the slowest one will make all the others delayed.
In your device set configuration there is only one data stream in the channel, so there is no data to be synchronized, nothing to wait for, so the local time offset will not delay anything.