Finally we figure out how to extract the GPX info from the Insta360 videos.
The process to extract the GPS track was this:
-
We used the GPSreader.exe tool included in the Insta360 Stitcher software. The installation path is C:\Program Files (x86)\Insta360Stitcher\tools\prostitcher\gpsreader.exe
-
With the Command prompt, we wrote this:
C:\Program Files (x86)\Insta360Stitcher\tools\prostitcher\gpsreader.exe D:\video.mp4 D:\GPStrack.txt
D:\video.mp4
is the path to a 1 frame video generated with Insta360Stitcher andD:\GPStrack.txt
creates a text file with the track data -
Using GPS Visualizer: Convert GPS files to plain text or GPX we uploaded the
GPStrack.txt
file andGPStrack.gpx
file was generated
After this three steps, the information was uploaded to Mapillary: https://legacy.mapillary.com/map/upload/vi
I hope you find this information useful