The Selected Keypoint Info node returns the specified keypoint information of the detected body in the scene. This can be used in combination with Custom Skeleton Info, Skeleton Keypoint Relationship, and other nodes to define custom poses.
Name | Data Type | Description |
---|
Detect | String | The body to detect. "Body 1" represents the first person to appear in the scene and "Body 2" represents the second. |
Keypoint | String | The body keypoint to get information for |
Output
Name | Data Type | Description |
---|
Keypoint Positions | Array | Returns the normalized coordinates of the detected body's 19 2D keypoints in the scene |
Pixel Position | Array | Returns the pixel coordinates of the specified keypoint in the scene |
Detection Status | Boolean | Returns true if the 19 2D keypoints have been detected |