Feature Request: Fisheye/Sphere Support
Description
A lot of IP cameras provide 360° video in a so called fisheye style. Currently, to my knowledge, the only option to dewarp fisheye videos in Javascript is the very outdated https://github.com/yanwsh/videojs-panorama VideoJS plugin. I would like to use egjs-vew360, so it would be great if this library would also implement the option to use fisheye optics.
Hello @doktormerlin, thanks for the suggestion!
We're planning to support additional projection types in the future. We'll definitely consider adding fisheye projection type then.
For now, you can try converting your video to other supported projection types. For example, you can use ffmpeg to do that.
ffmpeg -i input.mkv -vf v360=fisheye:equirect output.mkv
I haven't tested the result, so I can't guarantee whether it works great or not, but it's worth a try for now.