Skip to main content
Version: 20 Mar 2024

MLHandTrackingStaticData

Module: Hand Tracking

Static information about a hand tracker. More...

#include <ml_hand_tracking.h>

Public Attributes

TypeName
uint32_tversion
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.

TypeDescription
MLHandTrackingCFUIDs[MLHandTrackingHandType_Count]MLCoordinateFrameUIDs for the keypoints. [MLHandTrackingHandType_Count]

See MLHandTrackingHandType for more details.


unfiltered_hand_cfuids

MLHandTrackingCFUIDs[MLHandTrackingHandType_Count] unfiltered_hand_cfuids;
TypeDescription
MLHandTrackingCFUIDs[MLHandTrackingHandType_Count]MLCoordinateFrameUIDs for the keypoints. [MLHandTrackingHandType_Count]

Unfiltered coordinate frame identifiers of left and right hands.