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

Projection issues with stereo 180° panoramas #33

Closed
niveuseverto opened this issue Dec 11, 2017 · 4 comments
Closed

Projection issues with stereo 180° panoramas #33

niveuseverto opened this issue Dec 11, 2017 · 4 comments

Comments

@niveuseverto
Copy link

Greetings, There is projection issue with stereo 180° panoramic videos.

Dirty hack - is to recode with "fake" other hemisphere.
Checked code and didn't manage to find where sphere projection is taking it own business.

If you point me there, I'll try to make pr.

@gkv311
Copy link
Owner

gkv311 commented Dec 11, 2017

There is no support for 180 degrees panoramas, only for 360 degrees.
StGLWidgets/StGLImageRegion.cpp manages image rendering, and there is also StPanorama enumeration (include/StImage/StImage.h) which is used in several places to define which panorama type is in the frame.

@niveuseverto
Copy link
Author

Thank you, Will try to implement 180° logic.

@niveuseverto
Copy link
Author

Here WIP variant: #34

@gkv311
Copy link
Owner

gkv311 commented Aug 3, 2019

Hemisphere projection mode has been implemented by 1e5af2d
Please re-open / create new issue in case if it does not work as expected.

@gkv311 gkv311 closed this as completed Aug 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants