Skip to main content
Version: 4.0.0

Hand Info

hand info

Gets the properties of a human hand in the camera scene, including the bounding rectangle, center position, rotation, and keypoints of the hand.

Input

NameData TypeDescription
DetectStringThe hand to detect the gesture. Hand 0 represents the first hand that appears on the scene, Hand 1 represents the second hand that appears on the screen

Output

NameData TypeDescription
RectRectThe bounding rectangle of the detected hand
Center PositionVec2The center of the bounding rectangle of the detected hand
RotationNumberThe screen rotation (in radians) of the detected hand's vertical axis
2D KeypointsVec2 ArrayThe hand keypoints in a format of an array (use the Get Item from Array node to access a specific keypoint position on a hand)
Left Hand ProbabilityNumberThe value ranges from 0 to 1. 0 means 100% right handed, 1 means 100% left hand

Below is an example of keypoints mapped to a hand:

hand info keypoints