HandMeshObserver.NeutralPoseVersion Property

Definition

Gets the version of the NeutralPose for this hand.

public:
 property int NeutralPoseVersion { int get(); };
int NeutralPoseVersion();
public int NeutralPoseVersion { get; }
var int32 = handMeshObserver.neutralPoseVersion;
Public ReadOnly Property NeutralPoseVersion As Integer

Property Value

Int32

int

The neutral hand pose version.

Remarks

The hand mesh's NeutralPose is fairly stable, but will evolve over time as the system's estimate of the user's hand shape is updated. You can detect when the neutral pose updates by observing a change in the NeutralPoseVersion. When there is a neutral pose update, you may wish to repeat some or all of the static analysis you performed on the mesh.

Applies to