A small tool that monitors a "dump" directory for *.insv
files and stitches them into a 360 video.
Note that this tool uses Insta360 MediaSDK, which requires you to apply for the SDK.
I am not a software engineer so the code might be bad. Use it at your own risk. PRs are welcomed :)
- Get the MediaSDK by applying here
- Extract and copy the
libMediaSDK-dev_2.0-0_amd64_ubuntu18.04.deb
package in the repo folder - Build the docker image
docker build . -t insta360-autostitcher
- Run it
docker run -it -v /PATH/TO/YOUR/FILES:/media insta360-autostitcher