SessionUserFeedback Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use this enumeration to describe the kind of feedback that can be provided to the user about data
public enum class SessionUserFeedback
public enum SessionUserFeedback
type SessionUserFeedback =
Public Enum SessionUserFeedback
- Inheritance
-
SessionUserFeedback
Fields
Name | Value | Description |
---|---|---|
None | 0 | No specific feedback is available. |
NotEnoughMotion | 1 | Device is not moving enough to create a neighborhood of key-frames. |
MotionTooQuick | 2 | Device is moving too quickly for stable tracking. |
NotEnoughFeatures | 4 | The environment doesn't have enough feature points for stable tracking. |