-
Notifications
You must be signed in to change notification settings - Fork 141
Description
Camera: GoPro MAX
Format: Video
Extension: *.360
Issue: Functionality of mapillary_tools working, however there's a limitation due to software provided by GoPro
.360 video editor called GoPro Player used merge video from two lenses into one rectilinear 360° video, when run on Windows platform does not support exporting GPMF binary stream along with rectilinear 360° video (mp4) this option only works for Mac version of GoPro Player.
Adding *.360 file from GoPro Max directly to mapillary_tools only grabs first stream of the video which is front facing camera not the 360° image. If i want to add true 360° image to mapillary instead of basic from front camera.
Suggested solution 1: make mapillary_tools export both front/back images from *.360 file with suffix _front.jpg / _back.jpg so people can batch stitch them together themselves and then upload along with gps data stored in separate .GPX file.
Suggested solution 2: if i generate mapillary_image_description.json from the *.360 file with GPS distance three meters between images then add functionality to use mapillary_image_description.json for sampling the frames from rectilinear *.mp4 file (generated by GoPro Player and has no built in GPMF stream).
Suggested solution3: Allow to source images from mp4 file that does not have GPMF stream, with option of GPS distance three meters and allow to specify original file .360 video as source of GPMF data. Both .360 file and .mp4 file have same timecode its just use .360 file for source of GPMF and use .mp4 file for source of images.