Table of Contents

Enum MotionTrackingStatus

Namespace
easyar

Describes the quality of device motion tracking.

Fields

NotTracking = 0

The result is unavailable, possibly because initialization is in progress, tracking is lost, or relocalization is in progress. Objects cannot be rendered or 3D reconstruction performed in this state.

Limited = 1

Tracking is valid, but the result is not very good, possibly because the current area has weak texture or motion is too fast. It is recommended 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.