Explanation
A device that detects and tracks head movements in real time.
Real-world example
The sensors inside your VR headset that know when you look to the right.
Practical applications
- Natural viewing: looking around by turning your head
- Stabilization: the image stays stable despite your movements
- Interaction: pointing with your head (head gaze)
- Spatial audio: sounds adapt to your orientation
Head tracking technologies
IMU (Inertial Measurement Unit)
- Built-in accelerometers and gyroscopes
- Extremely fast (sub-millisecond)
- Drifts over time
- Present in every headset
Example: Head rotation detected instantly by the gyroscopes
Optical tracking
- Cameras that see the environment (inside-out)
- Or external sensors that see the headset (outside-in)
- Corrects IMU drift
- Also enables positional tracking
Example: The VR headset cameras that recognize the room to stabilize tracking
Sensor fusion
- Combination of IMU + optical + other sensors
- Takes the best of each technology
- Kalman filter or fusion algorithms
- Standard on all modern headsets
Example: Fast rotation (IMU) + stable position (optical) = perfect tracking
VR scenario
You quickly turn your head to the right. The IMU detects the movement in less than a millisecond and rotates the view. The cameras confirm the new position 10 ms later and correct any imprecision. Result: you naturally see what is to your right, with no perceptible lag or drift. This fusion is what makes modern VR comfortable.
Why it matters in professional VR
- Foundation of VR: without good head tracking, there is no immersion
- Comfort: poor tracking causes nausea and discomfort
- Critical latency: every millisecond counts for presence
- Universality: used in every headset, AR and VR alike

