Lecture 7 - Mixed Reality Tracking Flashcards
What is the goal of mixed reality?
To combine reality and virtuality.
To achieve this goal what do we need to ensure?
That the content appears at the right place and time (natural places relative to the user). This means we need to establish a relationship between the user and virtual environment.
What kind of tracking can we use in mixed reality?
- rotation tracking (gyroscpoe)
- position tracking (accelerometer)
- controller tracking
- hand tracking
What are the degrees of freedom?
Defines how many independent ways a dynamic system can move. In mixed reality this would include:
- Translation (position) -> 3 ways
- Rotation (orientation) -> 3 ways
What is 0DOF?
No tracking at all
What is 3DOF?
Usually orientation only tracking. This can track where the user is looking, but not where the head is positioned. This is done with IMU.
What is 6DOF?
Both orientation and position tracking. This can track where the user is looking and the position of the head. Done with IMU + SLAM (fusion of orientation and position tracking).
What is IMU?
Internal measurement unit. It is an electronic device that measures and reports acceleration, orientation, angular rates, and other gravitational forces.
Another name for 6DOF?
room-scale tracking
What is SLAM?
SLAM stands for simultaneous localisation and mapping (sometimes called synchronised localisation and mapping). It is the process of mapping an area whilst keeping track of the location of the device within that area. This is what makes mobile mapping possible.
2 Types of Tracking Implementation (in device or outside)?
- inside out tracking
- outside in tracking
Inside out tracking?
Tracking capabilities within the device
* e.g., SLAM + controller/hand tracking
- sensors are relative to user
Outside in tracking?
Use external devices to track position
Example: HTC/Valve Lighthouse Tracking
* External “lighthouse” laser emitters
* Alternate horizontal/vertical sweeps
* Headset and controllers detect the lasers
Example: motion capture (e.g., OptiTrack)
* External sensors look for markers on the user
Inside Out Advantages and Disadvantages?
+:
- self-contained
- fully mobile, so user can go anywhere
-:
- tracking quality can vary
- can only detect relative positioning
Outside in Advantages and Disadvantages?
+:
- excelllent tracking overall
- provides absolute positioning
- good for tracking multiple people
-:
- requires external devices
- limited range
- semi-permanent setup