Patches

Device Motion

Device Motion

Access accelerometer and gyroscope information from the phone, tablet, or computer.

Device Motion

  • Has Acceleration
  • Acceleration
  • Has Rotation Rate
  • Rotation Rate

Has Acceleration

A boolean that is true when the phone, tablet, or computer has acceleration information.

Acceleration

A point 3d that represents the acceleration in X, Y and Z directions. Use Point 3D Unpack to get the individual acceleration values.

Has Rotation Rate

A boolean that is true when the phone, tablet, or computer has rotation information.

Rotation Rate

A point 3d that represents the rotation rate around the X, Y and Z axes. Use Velocity to calculate total rotation over time.