AdamPolak Reviewing the docs it does not explicitly mention if getTimeStamp is using the host machines time Would this be the time since i.e., 00:00:00 UTC on 1 January 1970.?
jakaskerl Hi AdamPolak getTimestamp() will return a timedelta to the same point in time a dai.Clock.now() which allows you to calculate latency of frames. In my case, this isn't time since 1970 (unix), but time since last Wednesday at 5:25. Thanks, Jaka
AdamPolak jakaskerl Is there a way to get the timestamp of the frames in UTC? I have a dozen sensors running and want to compare timestamps of when the frames were captured. I know it will not be perfectly accurate but am hoping to get something close.