Home Forums Software Development [Solved] Acquiring Current Timestamp Reply To: [Solved] Acquiring Current Timestamp

#2470
Jenny [Tobii]
Participant

Hi tobdev,

The timestamp is in microseconds relative to an arbritary point in time.

You could use the timestamp of the most recent data point that you used to calculate the new data point, or do some sort of averaging over the timestamps of several points used to calculate the new point. What is reasonable depends on how your filter algorithm works.