juanmcasillas / gopro2gpx

Parse the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file.
GNU General Public License v3.0
181 stars 50 forks source link

More precise timestamp, to fix timedata at least from Gopro8 #24

Closed JimmyS83 closed 2 years ago

JimmyS83 commented 2 years ago

Should fix https://github.com/juanmcasillas/gopro2gpx/issues/17 https://github.com/juanmcasillas/gopro2gpx/issues/23

<trkpt lat="49.8247704" lon="18.2175811">
        <ele>223.71</ele>
        <time>2022-04-23T13:04:27.484000Z</time>
        <extensions>
        <gpxtpx:TrackPointExtension>
juanmcasillas commented 2 years ago

Merged

NeedNot commented 1 year ago

this does not fix the problem.. instead of each datapoint being ms accuracy it still only updates about every 1s. like i have about 20 points with the same time

juanmcasillas commented 1 year ago

Hello. I add some support to count the 1/18 Hz freq in GPS5 data commit Could you update to the latest version and try it? hope it works.