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

a-videosphere: 180 degree support and SBS support. #5472

Open
Clodo76 opened this issue Feb 21, 2024 · 2 comments
Open

a-videosphere: 180 degree support and SBS support. #5472

Clodo76 opened this issue Feb 21, 2024 · 2 comments

Comments

@Clodo76
Copy link

Clodo76 commented Feb 21, 2024

https://aframe.io/docs/1.5.0/primitives/a-videosphere.html#equirectangular-video

  • Minimal: doc report 5000 as default values, in code is 500.
  • Suggestion: report the 'rotation' attribute also in the a-videosphere doc page, it's a typical need adjust that, like your example
    in aframe/examples/boilerplate/360-video:
    <a-videosphere rotation="0 -90 0" src="#video" play-on-click></a-videosphere>
  • First question: it's possible to playback a 180 degree video? This i think maybe supported, like change texture scale.
  • Second question: it's possible to provide a 360 or 180 side-by-side?

Thanks

@vincentfretin
Copy link
Contributor

For your second question, for 360 stereo video, you can look at https://github.com/oscarmarinmiro/aframe-stereo-component and there is actually also a half mode for 180 videos but I never used it. I used it mainly with videos and single image with top=left eye and bottom=right eye.

@dmarcos
Copy link
Member

dmarcos commented Feb 21, 2024

Feel free to submit a PR with doc improvements.

For first question. It would be possible to playback 180 degrees video but we haven't seen much demand. What's the format / special about it? 180 video is not just equirectangular too? Can always be supported via 3rd party component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants