Hi

Testing also my CSV data and trying to get this to work.

Data always looks like this
But the columns after "elapsed" can be acc, gyro or some other sensor fusion stuff as well.

epoch (ms),time (01:00),elapsed (s),pitch (deg),roll (deg),yaw (deg), heading (deg)
1541842268930,2018-11-10T10:31:08.930,0.000,-0.844,8.707,0.011,0.011
1541842268932,2018-11-10T10:31:08.932,0.002,-0.845,8.697,0.021,0.021
1541842268953,2018-11-10T10:31:08.953,0.023,-0.847,8.689,0.030,0.030

Showing/animating the data works fine so far...but
Is it possible to get this timestamp to work to sync it to video and NMEA or gpx files?
At the moment, I guess, it takes the elapsed time and so the "Starting time" is always 0

I read http://racerender.com/RR3/docs/HowTo-DataInput.html here about GPS Time but I guess the timeformat is off?
Can I change/adjust this somewhere?

Reason is, we have soooo many files to work through, and syncing them all completly by hand would take a lifetime....maybe there is a way?

Thanks in advance for any assistance
Goam