Table of Contents

Enum MotionTrackingStatus

Namespace
easyar

Describes the quality of device motion tracking.

Fields

NotTracking = 0

Results are unavailable, possibly due to initialization, tracking loss, or relocation. This state cannot be used to render objects or perform 3D reconstruction.

Limited = 1

Tracking is valid, but the results are not very good, possibly because the current area has weak textures or the motion is too fast. It is recommended to use it for rendering objects, but not for 3D reconstruction.

Tracking = 2

Tracking quality is good and can be used to render objects or perform 3D reconstruction.