unreal.ARTrackingQualityReason¶
- class unreal.ARTrackingQualityReason¶
Bases:
EnumBaseEARTracking Quality Reason
C++ Source:
Module: AugmentedReality
File: ARTypes.h
- BAD_STATE: ARTrackingQualityReason = Ellipsis¶
Tracking lost due to bad internal state. Please try restarting the AR experience.
- Type:
6
- EXCESSIVE_MOTION: ARTrackingQualityReason = Ellipsis¶
The device is moving too fast for accurate image-based position tracking.
- Type:
3
- INITIALIZING: ARTrackingQualityReason = Ellipsis¶
The AR session has not yet gathered enough camera or motion data to provide tracking information.
- Type:
1
- INSUFFICIENT_FEATURES: ARTrackingQualityReason = Ellipsis¶
The scene visible to the camera does not contain enough distinguishable features for image-based position tracking.
- Type:
4
- INSUFFICIENT_LIGHT: ARTrackingQualityReason = Ellipsis¶
Tracking lost due to poor lighting conditions. Please move to a more brightly lit area
- Type:
5
- NONE: ARTrackingQualityReason = Ellipsis¶
Current Tracking is not limited
- Type:
0
- RELOCALIZING: ARTrackingQualityReason = Ellipsis¶
The AR session is attempting to resume after an interruption.
- Type:
2