Class SparseSpatialMapTrackerFrameFilter
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Control the MonoBehaviour of in the scene, providing the localization and tracking function of
public class SparseSpatialMapTrackerFrameFilter : SparseSpatialMapWorkerFrameFilter
- Inheritance
-
SparseSpatialMapTrackerFrameFilter
- Inherited Members
Fields
EnableIndirectTracking
Enable non-direct tracking (after direct tracking stops, continue tracking through the motion tracking ability of frame source). It is only effective if modified before session starts.
public bool EnableIndirectTracking
Field Value
EnableStabilization
Result pose setting. It is only effective if modified before session starts or before OnEnable.
public bool EnableStabilization
Field Value
LocalizationMode
Localization mode. It is only effective if modified before session starts or before OnEnable. If is true, it will be forced to
public LocalizationMode LocalizationMode
Field Value
RequestTimeout
Timeout (milliseconds) for communicating with the server. Can be modified at any time and takes effect immediately.
public int RequestTimeout
Field Value
Properties
Targets
Loaded
public List<SparseSpatialMapController> Targets { get; }
Property Value
Events
TargetLoad
Event when Map is loaded. The bool value indicates whether the loading is successful. The string value indicates the error message when an error occurs.
public event Action<SparseSpatialMapController, bool, string> TargetLoad
Event Type
TargetUnload
Event when Map is unloaded. The bool value indicates whether the unloading is successful. The string value indicates the error message when an error occurs.
public event Action<SparseSpatialMapController, bool, string> TargetUnload