Skip to main content

Interface: PoseEstimator

Defined in: src/input/gestures/GestureTypes.ts:46

Methods

dispose()?

optional dispose(): void

Defined in: src/input/gestures/GestureTypes.ts:50

Returns

void


getHandContext()

getHandContext(handedness): HandContext | null

Defined in: src/input/gestures/GestureTypes.ts:48

Parameters

handedness

Handedness

Returns

HandContext | null


getHandContexts()

getHandContexts(): Partial<Record<HandLabel, HandContext>>

Defined in: src/input/gestures/GestureTypes.ts:49

Returns

Partial<Record<HandLabel, HandContext>>


init()?

optional init(dependencies?): Promise<void>

Defined in: src/input/gestures/GestureTypes.ts:47

Parameters

dependencies?
user?

User

Returns

Promise<void>