Enum MegaLocationInputMode
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Mega position input mode.
public enum MegaLocationInputMode
Fields
Onsite = 0Input mode for on-site use. Position data is usually obtained from the device and input to Mega, usually handled internally by FrameFilter.
Simulator = 1Input mode for remote use, where position data needs to be simulated as on-site data and input to Mega through the corresponding interface. Optional.
FramePlayer = 2Input mode when using FramePlayer. This mode is read-only.