Enum SessionUserFeedback
Declaration
enum class winrt::Microsoft::Azure::SpatialAnchors::SessionUserFeedback : int32_t
Description
Use this enumeration to describe the kind of feedback that can be provided to the user about data
Values
Name | Value | Description | Remarks |
---|---|---|---|
SessionUserFeedback::None |
0 | No specific feedback is available. | |
SessionUserFeedback::NotEnoughMotion |
1 | Device is not moving enough to create a neighborhood of key-frames. | |
SessionUserFeedback::MotionTooQuick |
2 | Device is moving too quickly for stable tracking. | |
SessionUserFeedback::NotEnoughFeatures |
4 | The environment doesn't have enough feature points for stable tracking. |