Skip to main content
Version: 20 Mar 2024

PostureFingerData

Gesture classification posture related finger data. More...

Detailed Description

public struct PostureFingerData; 

Details*

Pinch values are measured between the finger and thumb. In case thumb is the finger, values are same with index's values.


Public Attributes

PinchAngleOfSeparationDeg

Absolute pinch angle (angular) in degrees. -1.0 if the value is not valid.


public float PinchAngleOfSeparationDeg;


PinchDistanceM

Absolute pinch distance (euclidean) in meters. -1.0 if the value is not valid.


public float PinchDistanceM;


PinchNormalAngle

Normalized pinch angle (range 0.0 ~ 1.0). -1.0 if the value is not valid.


public float PinchNormalAngle;


PinchNormalizedDistance

Normalized pinch distance (range 0.0 ~ 1.0). -1.0 if the value is not valid.


public float PinchNormalizedDistance;