Develop
Develop
Select your platform

Get Raw Sensor Data

This Blueprint reports raw sensor data from the headset.

Overview

This Blueprint reports raw sensor data from the headset, such as its angular acceleration or linear velocity. The Blueprint will return zero if the headset does not support a sensor data reading.

Blueprint

Get Raw Sensor Data Blueprint

Arguments

  • No Devices: Specifies that the system should not check any devices to see if the sensors are currently tracking them.
  • HMD: Checks to see if the sensors are tracking the head position.
  • Left Hand: Check to see if the sensors are tracking the controller position associated with the left hand.
  • Right Hand: Checks to see if the sensors are tracking the controller position associated with the right hand.
  • All Hands: Checks to see if the position of any controller is being tracked by the sensors, regardless of whether that controller is associated with the left hand or right hand. For example, if the system only tracks one controller, this Blueprint will return True. If it is tracking both controllers, this Blueprint will return True.
  • Device Object Zero: Checks to see if the sensors are tracking a camera. The mixed reality feature uses an external camera. In this scenario, the user attaches a Touch Controller to the camera, and the sensors then track the camera by tracking the Touch Controller.
  • All Devices: Check to see if the sensors are tracking all available devices.

Output

  • Angular Acceleration: This value is the Angular acceleration in radians per second.
  • Linear Acceleration: This value is the Acceleration in meters per second.
  • Angular Velocity: This value is the Angular velocity in radians per second.
  • Linear Velocity: This value is the Velocity in meters per second.
  • Time in Seconds: This value is the time in seconds when the reported Inertial Measurement Unit (IMU) reading occurred.
Did you find this page helpful?