Table of Contents

Enum MegaGoTrackerStatus

Namespace
easyar
Assembly
EasyAR.Sense.dll

MegaGoTracker input processing status.

public enum MegaGoTrackerStatus

Fields

Idle = 0

MegaGoTracker currently does not handle input.

WaitingForInput = 1

MegaGoTracker is waiting for input frames.

VIOInitializing = 2

MegaGoTracker is waiting for the completion of VIO initialization.

VerifyingTrial = 3

Currently verifying the trial target. This target cannot be used at present.

Detecting = 4

MegaGoTracker is detecting the target.

Tracking = 5

MegaGoTracker is tracking the target.

Error = 6

MegaGoTracker cannot continue processing the input due to an error. The specific error can be obtained through "error".