I'm creating a mobile app that connects to a MAX2 and allows the user to take a 360 video. I need to do some VSLAM processing on the 360 video, but I need it to be in an equirectangular mp4 format. Is there a way to get this from the .360 file on the camera? I know that for photos there is a device option for the photo format to be .jpg which creates the equirectangular photo. I don't know of an option like this for 360 video though.
I'd be open to solutions that can convert the .360 video on the mobile device (both iOS and Android) or a more server side solution using C++ or Python.
I'm creating a mobile app that connects to a MAX2 and allows the user to take a 360 video. I need to do some VSLAM processing on the 360 video, but I need it to be in an equirectangular mp4 format. Is there a way to get this from the .360 file on the camera? I know that for photos there is a device option for the photo format to be .jpg which creates the equirectangular photo. I don't know of an option like this for 360 video though.
I'd be open to solutions that can convert the .360 video on the mobile device (both iOS and Android) or a more server side solution using C++ or Python.