-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong vertical speed and 2D speed #17
Comments
files size from |
Yes, when I put it in I get the same results as you, so I assume our outputs are the same. I just compared the files from goprotelemetryextractor.com and gopro2gpx, the data for a single trackpoint look like this:
gopro2gpx
As you can see from this:
I haven't worked directly on the decoding part of this package, maybe @juanmcasillas has an easy fix. |
@Simske I am diving into the code and I see a problem. The GPS decoded data we get does not have any millisecond data from Hero8 MP4 thus we have 20 points with the same datetime as you saw. |
I have the same problem. |
@younes-mirinezhad No sorry, I didn't have time to look at it yet |
Could you try with PR#24 ? |
Hello! Nevertheless I just run the last version and the speed is being calculated wrong. I am using GoPro Max 360. |
Hi,
on my mac, with this Hero8 black footage
https://drive.google.com/file/d/1632G6hBeecq4KH8ukYSYOSU1RvS-v53G/view?usp=sharing
and using gopro2gpx and https://djitelemetryoverlay.com/srt-viewer I can see that the vertical speed is going from -448 to 335 km/h and the 2D speed reach 1576 km/h
With https://goprotelemetryextractor.com/free/ and the same footage vertical speed is correct from 0 to 8.34 km/h and the 2D speed reach 29 km/h
here is my command line. I used #15 version but it did not change the problem
The text was updated successfully, but these errors were encountered: