Enum MotionTrackerCameraDeviceQualityLevel
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
public enum MotionTrackerCameraDeviceQualityLevel
Fields
NotSupported = 0The device does not support motion tracking. It may not meet adaptation requirements or may not have been adapted yet.
Bad = 1The device does not fully meet requirements and scale is unstable. It can be used for small desktop-scale scenes, such as AR rendering.
Limited = 2The device does not fully meet requirements, but scale is nearly accurate. It can be used for medium room-scale scenes, such as AR games, AR rendering, and AR navigation.
Good = 3The device meets requirements and scale is accurate. It can be used for large building-scale scenes, such as AR games, AR rendering, AR navigation, and 3D reconstruction.