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

Suggestion: Add webcam head tracking support when no VR headset is detected #4

Closed
akinnee opened this issue Mar 20, 2015 · 6 comments
Closed

Comments

@akinnee
Copy link

akinnee commented Mar 20, 2015

If there's no VR headset, in addition to using the mouse and keyboard to turn and move, it would be really cool to use webcam head tracking to change perspective/viewing angle.

Example: http://topheman.github.io/parallax/

@borismus
Copy link
Contributor

Great idea.

This also brings up another point, which is that currently we only support one input device at a time. For example if we have an Oculus plugged in, we need to choose between that and mouse/keyboard look. Adding a camera 6DOF thing as an input only complicates this further.

That said, a camera-based tracker is totally worth implementing.

@akinnee
Copy link
Author

akinnee commented Mar 20, 2015

I would definitely like to see the ability to use multiple inputs at once. For example, in a seated VR experience I may want to use the keyboard/mouse or a controller to move and turn but still use head tracking on top of that. This would work well with the keyboard/mouse + webcam head tracking as well.

@borismus
Copy link
Contributor

This is now here, but having it be part of the polyfill always seems like the wrong thing.

Here's a demo: https://googledrive.com/host/0B4Nj-yDXjBs_fmNpbDdKMGlvLWg4RU05eWdKWURSZWs0d0ZzYURCemtodTdKeVprYy0ySFE

@akinnee
Copy link
Author

akinnee commented Mar 25, 2015

Cool! :D I think webcam head tracking is a valid polyfill when not wearing an HMD or other head tracking device. Your demo URL goes to a 404 page.

@borismus
Copy link
Contributor

@akinnee
Copy link
Author

akinnee commented Mar 26, 2015

^ Nice!

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

2 participants