API reference
API reference
Select your platform
No SDKs available
No versions available

PoseOrigin Enum

Describes where the pose data originated.
Can be used to determine how much pre-processing has been applied by modifiers. This can be useful in determining how to render the hands.

Enumeration Constants

MemberDescription
None
Pose is invalid and has no meaning.
RawTrackedPose
Pose matches this frames tracking data; no filtering or modification has occured.
FilteredTrackedPose
Pose originated from this frames tracking data but has had additional filtering or modification applied by an IInputDataModifier.
SyntheticPose
Pose is valid but was not derived from this frames tracking data. Examples include last-known-good data when tracking is lost, or puppet-hands for tutorials.