Table of Contents

Enum MotionTrackingStatus

Namespace
easyar
Assembly
EasyAR.Sense.dll

Describes the quality of device motion tracking.

public enum MotionTrackingStatus

Fields

NotTracking = 0

Results are unavailable, possibly due to initialization, tracking loss, or relocation. This state does not allow rendering objects or performing 3D reconstruction.

Limited = 1

Tracking is valid, but the results are not great, possibly because the current area has weak texture or movement is too fast. Recommended for rendering objects, but not for 3D reconstruction.

Tracking = 2

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