Enum MegaGoTrackerStatus
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
MegaGoTracker runtime status.
public enum MegaGoTrackerStatus
Fields
Idle = 0MegaGoTracker is not currently processing input.
WaitingForInput = 1MegaGoTracker is waiting for an input frame.
VIOInitializing = 2MegaGoTracker is waiting for VIO initialization to complete.
VerifyingTrial = 3Validating trial target. This target cannot be used yet.
Detecting = 4MegaGoTracker is detecting target.
Tracking = 5MegaGoTracker is tracking target.
Error = 6MegaGoTracker cannot continue processing input due to an error. The specific error can be obtained through error.