Enum MotionTrackerCameraDeviceQualityLevel
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
public enum MotionTrackerCameraDeviceQualityLevel
Fields
NotSupported = 0The device does not support motion tracking, possibly due to non-compliance or not yet adapted.
Bad = 1The device is not fully compliant, scale is unstable, can be used for small scenes within desktop scale, such as AR rendering, etc.
Limited = 2The device is not fully compliant, scale is nearly accurate, can be used for medium scenes within room scale, such as AR games, AR rendering, AR navigation, etc.
Good = 3The device is compliant, scale is accurate, can be used for large scenes within building scale, such as AR games, AR rendering, AR navigation, 3D reconstruction, etc.