Skip to content
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

GPSSpeed and GPSSpeed3D is a fixed value in video telemetry #61

Open
himynamesdave opened this issue Jan 22, 2024 · 0 comments
Open

GPSSpeed and GPSSpeed3D is a fixed value in video telemetry #61

himynamesdave opened this issue Jan 22, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@himynamesdave
Copy link
Member

known good video before fix

exiftool -ee -G3 -X 8-FRVT-1-GS019025-trek_view_processed_full_nadir-1_with-nadir.mp4 > 8-FRVT-1-GS019025-trek_view_processed_full_nadir-1_with-nadir.xml

known good video uploaded to gsv

exiftool -ee -G3 -X UKEH002-trek_view_processed_full_nadir-1_with-nadir.mp4 > UKEH002-trek_view_processed_full_nadir-1_with-nadir.xml

known bad video

exiftool -ee -G3 -X UKSD049-trek_view_processed_full_nadir-1_with-nadir.mp4 > UKSD049-trek_view_processed_full_nadir-1_with-nadir.xml

Regardless of video, the GPSSpeed and GPSSpeed3D between GPS points is always 0.865 and 0.89

 <Track2:GPSSpeed>0.865</Track2:GPSSpeed>
 <Track2:GPSSpeed3D>0.89</Track2:GPSSpeed3D>

These values should be calculated using; speed m/s = distance (meters) / time (seconds)

This calculation should take the values from the current and next point.

The last point in the video telemetry should have the value 0 (b/c no subsequent point, so speed can be assumed to stopped).
8-FRVT-1-GS019025-trek_view_processed_full_nadir-1_with-nadir.txt
UKSD049-trek_view_processed_full_nadir-1_with-nadir.txt
UKEH002-trek_view_processed_full_nadir-1_with-nadir.txt

@himynamesdave himynamesdave added the bug Something isn't working label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants