VIOCameraDeviceUnion.DeviceChooseStrategy Enum

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).