Temporal Calibration

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.

Thanks in advance!

The code:













The attribute name is LocalTimeOffsetSec. See an example how it can be used here.

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 value is not intended for introducing a latency, but to apply a time offset when synchronizing data streams.

Sorry, that’s what I mean. I want to create a time offset to synchronize the data streams. However, I do not see any difference by adding this offset.

Could you please post here your complete device set configuration file?

Ofcourse! Hereby my complete 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.