VIOCameraDeviceUnion.DeviceChooseStrategy Enum¶
This type is obsolete and will be removed in future releases. Do not use it anymore.
VIOCameraDeviceUnion is obsolete and will be removed in the future. Please re-create your AR Session from ‘GameObject’ menu or context menu in ‘Hierarchy’ window. You can find replacement for VIOCameraDeviceUnion from ‘EasyAR Sense -> Motion Tracking -> AR Session (Motion Tracking Preset)’.
Description¶
Strategy of choosing VIO device.
Constant |
Value |
Description |
---|---|---|
SystemVIOFirst |
0 |
Choose VIO device based on system support,in the order of System VIO device (ARKit/ARCore) > EasyAR Motion Tracker. |
EasyARMotionTrackerFirst |
1 |
Choose VIO device based on system support,in the order of EasyAR Motion Tracker > System VIO device (ARKit/ARCore)。 |
SystemVIOOnly |
2 |
Choose only System VIO device (ARKit/ARCore), do not use EasyAR Motion Tracker. |
EasyARMotionTrackerOnly |
3 |
Choose only EasyAR Motion Tracker, do not use System VIO device (ARKit/ARCore). |