Enum MegaGoTrackerStatus
- Namespace
- easyar
MegaGoTracker running status.
Fields
Idle = 0MegaGoTracker currently does not process input.
WaitingForInput = 1MegaGoTracker is waiting for input frames.
VIOInitializing = 2MegaGoTracker is waiting for the VIO initialization to complete.
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 via
error.