raboof / dualfisheye2equirectangular

Convert 'dual-fisheye' 360 image material to equirectangular mapping
MIT License
125 stars 38 forks source link

Example for Kodak PIXPRO sp360 #8

Open everett1992 opened 5 years ago

everett1992 commented 5 years ago

The code references kodak cameras so I hope you know a command that can create a good map for the sp360 (not the 4k version)

I've tried this

./project -x x.pgm -y y.pgm -h 1440 -w 1440 -r 1440 -c 1440 -m front235

then used google's spatial-media python script to add metadata, then played in vlc.

The video is 360, full 360, not 235 degrees.

What is the relationship between x,y and r,c? What is the crop argument?