-
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
Upload tracks taken on Waylens cameras #54
Comments
Hey @gappleto97, we don't really have someone to work on that in the near future unfortunately. |
I meant the layout of things on the SD card. Directory structures, file types, etc. FLOSS = Freely Licensed Open Source Software |
File management is under Waylens firmware's control where we can't really do much ( it's being used by the non-OSC Waylens cameras as well ).. |
Is there any documentation about how data is structured in the |
@ToeBee We are not aware of any documentation. |
@ToeBee I was able to get a parseable CSV by using Waylens Studio and selecting the "Export Raw Data" option: This produces a CSV file like this: CSV columns:
|
We can easily make a script to parse this and generate exif data. |
And here are some rough notes I took the last time I attempted to sort this out -- looks like the last time I touched this was in July 2018. I ran out of time before I actually got it all tied together but this is probably a good starting point for others: This workflow requires using the Waylens Studio GUI app at the beginning to produce the CSV, which is not ideal since it requires manual steps. It would be much better if one could parse the files directly from the SD card, but I didn't make any attempt at that. |
@bogdans-telenav per your comment on 2/14/19 is this something you're still willing to do? If you don't want to take it on yourself, I'll give it a try but in that case any pointers you can provide would be a great help in getting started. Thanks! |
As there is a process that the waylens uploads the recordings to telenav servers, telenav should have the spec of the incoming files to parse and geo-ref them? |
Any news on this issue under the new kartaview branding? |
Recently Telenav and OSM US made a partnership to give out cameras to OSM contributors. It would be nice if we could upload tracks from this partnership using a fully FLOSS stack. I can submit example layouts to be used for these scripts
The text was updated successfully, but these errors were encountered: