MLHandTrackingStaticData
Module: Hand Tracking
Static information about a hand tracker. More...
#include <ml_hand_tracking.h>
Public Attributes
Type | Name |
---|---|
uint32_t | version |
MLHandTrackingCFUIDs[MLHandTrackingHandType_Count] | hand_cfuids Smooth filtered coordinate frame identifiers of left and right hands. |
MLHandTrackingCFUIDs[MLHandTrackingHandType_Count] | unfiltered_hand_cfuids |
Detailed Description
struct MLHandTrackingStaticData;
Static information about a hand tracker.
This structure must be initialized by calling MLHandTrackingStaticDataInit() before use.
API Level:
- 28
Public Attributes Documentation
version
uint32_t version;
Version of this structure.
hand_cfuids
MLHandTrackingCFUIDs[MLHandTrackingHandType_Count] hand_cfuids;
Smooth filtered coordinate frame identifiers of left and right hands.
Type | Description |
---|---|
MLHandTrackingCFUIDs[MLHandTrackingHandType_Count] | MLCoordinateFrameUIDs for the keypoints. [MLHandTrackingHandType_Count] |
See MLHandTrackingHandType for more details.
unfiltered_hand_cfuids
MLHandTrackingCFUIDs[MLHandTrackingHandType_Count] unfiltered_hand_cfuids;
Type | Description |
---|---|
MLHandTrackingCFUIDs[MLHandTrackingHandType_Count] | MLCoordinateFrameUIDs for the keypoints. [MLHandTrackingHandType_Count] |
Unfiltered coordinate frame identifiers of left and right hands.