Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Fisheye/Sphere Support #419

Open
doktormerlin opened this issue May 23, 2023 · 1 comment
Open

Feature Request: Fisheye/Sphere Support #419

doktormerlin opened this issue May 23, 2023 · 1 comment
Labels
🔖4.x v4.x~ related issue ✋ Suggestion Suggest new things

Comments

@doktormerlin
Copy link

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.

@WoodNeck
Copy link
Member

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.

@WoodNeck WoodNeck added ✋ Suggestion Suggest new things 🔖4.x v4.x~ related issue labels May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔖4.x v4.x~ related issue ✋ Suggestion Suggest new things
Projects
None yet
Development

No branches or pull requests

2 participants