Skip to content

Commit be629c1

Browse files
authored
Update README.md
1 parent 28b0eac commit be629c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

head-tracking/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# AirPods Head Tracking Project
1+
# AirPods Head Tracking Visualizer
22

3-
This project implements head tracking with AirPods by gathering sensor data over Bluetooth, processing orientation and acceleration values, and detecting head gestures. The codebase is split into the following components:
3+
This part of the project implements head tracking with AirPods by gathering sensor data over l2cap, processing orientation and acceleration values, and detecting head gestures. The codebase is split into the following components:
44

55
- **Connection and Data Collection**
66
The project uses a custom ConnectionManager (imported in multiple files) to connect via Bluetooth to AirPods. Once connected, sensor packets are received in raw hex format. An AirPodsTracker class (in `plot.py`) handles the start/stop of tracking, logging of raw data, and parsing of packets into useful fields.
@@ -43,4 +43,4 @@ This project implements head tracking with AirPods by gathering sensor data over
4343
- **Alternation Factor:** Verifies that the signal alternates (for instance, switching between positive and negative values).
4444
- **Isolation Factor:** Checks that movement on the target axis (vertical for nodding, horizontal for shaking) dominates over the non-target axis.
4545
46-
A weighted sum of these factors forms a confidence score which, if above a predefined threshold (e.g. 0.7), confirms a detected gesture.
46+
A weighted sum of these factors forms a confidence score which, if above a predefined threshold (e.g. 0.7), confirms a detected gesture.

0 commit comments

Comments
 (0)