Enum ARSessionFactory.ARSessionPreset
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
ARSession preset.
public enum ARSessionFactory.ARSessionPreset
Fields
ImageTracking = 0Image tracking.
ObjectTracking = 1Object tracking.
CloudRecognition = 2Image cloud recognition.
ImageTrackingMotionFusion = 3Image tracking, with motion fusion enabled.
ObjectTrackingMotionFusion = 4Object tracking, with motion fusion enabled.
SurfaceTracking = 5Surface tracking.
MotionTracking = 6Motion tracking.
SparseSpatialMapBuilder = 7Sparse spatial mapping.
SparseSpatialMapTracker = 8Sparse spatial map tracking.
DenseSpatialMapBuilder = 9Dense spatial mapping.
MegaBlock_MotionTracking = 10Mega Block based on motion tracking.
MegaBlock_MotionTracking_Inertial = 11Mega Block, if motion tracking is not available, degenerate to available tracking modes in the following order: MotionTracking > Inertial.
MegaBlock_MotionTracking_Inertial_3DOF = 12Mega Block, if motion tracking is not available, degenerate to available tracking modes in the following order: MotionTracking > Inertial > 3DOF.
MegaBlock_MotionTracking_Inertial_3DOF_0DOF = 13Mega Block, if motion tracking is not available, degenerate to available tracking modes in the following order: MotionTracking > Inertial > 3DOF > 0DOF.
MegaLandmark_MotionTracking = 14Mega Landmark based on motion tracking.
MegaLandmark_MotionTracking_Inertial = 15Mega Landmark, if motion tracking is not available, degenerate to available tracking modes in the following order: MotionTracking > Inertial.
MegaLandmark_MotionTracking_Inertial_3DOF = 16Mega Landmark, if motion tracking is not available, degenerate to available tracking modes in the following order: MotionTracking > Inertial > 3DOF.
MegaLandmark_MotionTracking_Inertial_3DOF_0DOF = 17Mega Landmark, if motion tracking is not available, degenerate to available tracking modes in the following order: MotionTracking > Inertial > 3DOF > 0DOF.