MotionTrackingStatus Enum

Description

MotionTrackingStatus describes the quality of device motion tracking.

Constant

Value

Description

NotTracking

0

Result is not available and should not to be used to render virtual objects or do 3D reconstruction. This value occurs temporarily after initializing, tracking lost or relocalizing.

Limited

1

Tracking is available, but the quality of the result is not good enough. This value occurs temporarily due to weak texture or excessive movement. The result can be used to render virtual objects, but should generally not be used to do 3D reconstruction.

Tracking

2

Tracking with a good quality. The result can be used to render virtual objects or do 3D reconstruction.