In the last I've tried to pull in my dashcam videos from my Blackvue camera but RR was never able to deal with the GPS data. I wrote a script to extract the NMEA data and clean up the bad formatting.

However, now despite the data looking clean when I pull the data into RR what is supposed to be 16+ minutes of data is shoowing 24 hours and 16+ minutes. It seems to choke up about 7-8 mins in

Anyone else run into this?

I have attached a few files.

FIRST minute segments ...

1. RR_Data.txt - The RR extracted GPS data for a one minute video segment
When I use this data file, RR shows 99+ hours of data. This file should be one minute of data

2. extract_all.txt - Uses exiftool to pull out the NMEA data and filters to just RMC, GLL, GGA sentences
Similar to above, 99+hours ... however if I use just the GLL records, for example, it lines up the data. But only for this segment.

FULL session...

3. session.txt - Just GLL sentences for the 16 min session
This shows 24 hours and 16 minutes-ish and somewhere around 5.5 minutes the data seems to stop for 24 hours and then starts again (according to RR)

Looking at session.txt, I cannot see any bad timestamps. They count up perfectly.

session.txtRR_Data.txtextract_all.txt