Virtual Reality

From VirtualLounge

Jump to: navigation, search

We're working on making something like the Wiimote Desktop VR Display that Johnny Chung Lee demonstrated in this YouTube video. Instead of using a Wiimote and infrared LEDs, we're using a webcam and OpenCV face tracking software.

[edit] Implementation Details

  1. Standard webcam captures video of user's face.
  2. Face detection software tracks the face in the video.
  3. The perspective of a virtual scene is altered as the face moves, creating a 3D effect.

[edit] Tools

  • OpenCV for the face tracking
  • XNA for the virtual environment
  • C# to pull everything together

[edit] Active Contributors

Personal tools