Enum MegaGoTrackerStatus
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
MegaGoTracker input processing status.
public enum MegaGoTrackerStatus
Fields
Idle = 0MegaGoTracker currently does not handle input.
WaitingForInput = 1MegaGoTracker is waiting for input frames.
VIOInitializing = 2MegaGoTracker is waiting for the completion of VIO initialization.
VerifyingTrial = 3Currently verifying the trial target. This target cannot be used at present.
Detecting = 4MegaGoTracker is detecting the target.
Tracking = 5MegaGoTracker is tracking the target.
Error = 6MegaGoTracker cannot continue processing the input due to an error. The specific error can be obtained through "error".