MotionTrackingStatus Enum

This type is an EasyAR Sense API in C#: MotionTrackingStatus . Some descriptions may not apply to Unity environment on this page.

Some parts of the Sense API may have already been wrapped into Unity components, and directly usages may not be necessary.

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.