Skip to content

Commit

Permalink
Update data-streams.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elepl94 committed Jun 23, 2023
1 parent 08c94e7 commit 6c41575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neon/basic-concepts/data-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ A microphone is integrated into the Neon module. Recorded audio will be part of
Audio recording is disabled in the Neon Companion app by default and can be enabled in the settings.

## Movement (IMU Data)
The Neon module is equipped with a 9-DoF [inertial measurement unit](https://invensense.tdk.com/products/motion-tracking/9-axis/icm-20948/) (IMU) featuring an accelerometer, gyroscope, and magnetometer. The accelerometer and gyroscope measure linear acceleration and angular velocity, respectively, and are provided as raw values. A fusion engine also combines these values with magnetometer readings to estimate the module's absolute orientation relative to magnetic north and gravity as a quaternion. Note that in order to obtain precise absolute yaw readings, the magnetometer needs to be pre-calibrated. See how in [this guide](/neon/how-tos/data-collection-with-the-companion-app/magnetometer-calibration).
The Neon module is equipped with a 9-DoF [inertial measurement unit](https://invensense.tdk.com/products/motion-tracking/9-axis/icm-20948/) (IMU) featuring an accelerometer, gyroscope, and magnetometer. The accelerometer and gyroscope measure linear acceleration and angular velocity, respectively, and are provided as raw values. A fusion engine also combines these values with magnetometer readings to estimate the module's absolute orientation relative to magnetic north and gravity as a quaternion. Note that in order to obtain precise absolute yaw readings, the magnetometer needs to be pre-calibrated. See how in [this guide](/neon/how-tos/data-collection-with-the-companion-app/how-to-ensure-super-accurate-global-orientation-in-your-recordings).

The IMU is sampled at 220 Hz. When downloading recordings from Pupil Cloud the IMU's orientation in Euler angles (i.e. roll, pitch, and yaw) is also available.

Expand Down

0 comments on commit 6c41575

Please sign in to comment.