Skip to main content

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

Handedness

Returns

HandContext | null

Implementation of

PoseEstimator.getHandContext


getHandContexts()

getHandContexts(): Partial<Record<"left" | "right", HandContext>>

Defined in: src/input/gestures/poseEstimators/MediaPipeHandPoseEstimator.ts:74

Returns

Partial<Record<"left" | "right", HandContext>>

Implementation of

PoseEstimator.getHandContexts


init()

init(): Promise<void>

Defined in: src/input/gestures/poseEstimators/MediaPipeHandPoseEstimator.ts:67

Returns

Promise<void>

Implementation of

PoseEstimator.init