Class: MediaPipeHandPoseEstimator
Defined in: src/input/gestures/poseEstimators/MediaPipeHandPoseEstimator.ts:66
Implements
Constructors
Constructor
new MediaPipeHandPoseEstimator():
MediaPipeHandPoseEstimator
Returns
MediaPipeHandPoseEstimator
Methods
getHandContext()
getHandContext(
_handedness):HandContext|null
Defined in: src/input/gestures/poseEstimators/MediaPipeHandPoseEstimator.ts:69
Parameters
_handedness
Returns
HandContext | null
Implementation of
getHandContexts()
getHandContexts():
Partial<Record<"left"|"right",HandContext>>
Defined in: src/input/gestures/poseEstimators/MediaPipeHandPoseEstimator.ts:74
Returns
Partial<Record<"left" | "right", HandContext>>
Implementation of
init()
init():
Promise<void>
Defined in: src/input/gestures/poseEstimators/MediaPipeHandPoseEstimator.ts:67
Returns
Promise<void>