-
Notifications
You must be signed in to change notification settings - Fork 31
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
Uploading Video from Virb camera #14
Comments
@hardillb Can you send us a dropbox link with some samples video + gpx files ( this should be more easier to investigate). track.txt protocol: |
It's a bit big (3.25gb) for my free dropbox account, I'll stick it up on my home web server when I get back tonight. Do you happen to have any scripts to turn the GPX into the CSV? |
Not right now ... If you have any other type of transfer file it's ok for us like https://transfer.pcloud.com/ |
What units are videoIndex and tripFrameIndex in? |
videoIndex - the index of the video file |
yes, but is videoIndex a frame count or time in seconds? And is tripFrameIndex a count of images since the start of the track or the video frame count? |
The mobile osv apps split one trip in several videos. videoIndex is the index of a video in a trip. Also on the mobile apps each video has 50 frames. For example when you start a trip you have:
But when you have 51 images the values are:
|
Video and GPX can be found here: http://www.hardill.me.uk/openstreetview/ |
Forbidden You don't have permission to access /openstreetview/VIRB0135.MP4 on this server. |
fixed |
@hardillb I made a script to upload VIRB data and will push it in the near future to this repo |
Update: we worked extensively on a new version of the scripts and we will address you suggestion on the next release. The script that i made in June is no longer compatible with the current version. |
I've been looking at how to upload the video from my Garmin Virb camera as mentioned here. I'm struggling to work out what files the python code needs, looking in the code I can see it looking for a track.txt but I'm not sure what the format of this is supposed to be.
I have the fit and gpx files to go with the mp4 on the camera.
Any pointers would be great.
The text was updated successfully, but these errors were encountered: