I replaced my old Theta Z1 with an Insta360 RS One Inch.
The first time using it for an actual job, 6 of the 50 photos I took came back with damaged files. enter image description here
The Insta360 support team have been completely useless.
I have an image but it’s sort of a dual fisheye thing.enter image description here
I found ffmpeg and tried to use that to correct…and it’s soooo close but not quite there.
Here is the command I used to process the dual fisheye image to equirectangular
ffmpeg -i input.jpg -vf v360=dfisheye:e:pitch=-180:roll=0:yaw=100:ih_fov=193:iv_fov=193 -qscale:v 1 -frames:v 1 output2.jpg
It works great except there is a very noticeable seam where the two images join. It looks like one of the images needs to be nudged up just a bit before the conversion. But…I don’t know how to do that.
Note that this is for photos not video.
Any help would be much appreciated.
Thanks!
I tried the command above and was hoping it would convert from a dual fisheye image to an equirectangular image.
It does work but there is a noticable seam where the two images join.
I have tried tweaking the fov values but that did not seem to help.
Barry Houldsworth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.