View on GitHub

HoloLens-ResearchMode-Unreal

An Unreal Engine game plugin which enables research mode on Microsoft's HoloLens 2.

IMU Sensors

All IMU sensors are inherited from the HoloLens Sensor class.

Create Sensor function with all arguments

Start Capturing

Stop Capturing

Accelerometer

The Accelerometer provides data in the Accelerometer Frame. The Accelerometer Frame has current sampling parameters and host time in milliseconds.

Get Accelerometer Frame

The Accelerometer has its own fixed position relative to the device. You can request this position by calling Get Extrinsincs Matrix

Get Extrinsincs Matrix from Accelerometer

Gyroscope

The Gyroscope provides data in the Gyroscope Frame. The Gyroscope Frame has current sampling parameters and host time in milliseconds.

Get Gyroscope Frame

The Gyroscope has its own fixed position related to the device. You can request this position by calling Get Extrinsincs Matrix

Get Extrinsincs Matrix from Gyroscope

Magnetometer

The Magnetometer provides data in the Magnetometer Frame. The Magnetometer Frame has current sampling parameters and host time in milliseconds.

Get Magnetometer Frame