Config.HandTrackingMode


class Config.HandTrackingMode


Feature that allows tracking of the user's hands and hand joints.

Setting this feature to HandTrackingMode.BOTH requires that the HAND_TRACKING Android permission is granted by the calling application.

Summary

Public companion properties

Config.HandTrackingMode

Both the left and right hands will be tracked.

Config.HandTrackingMode

Hands will not be tracked.

Public functions

open String

Public companion properties

BOTH

val BOTHConfig.HandTrackingMode

Both the left and right hands will be tracked. Note that setting this mode will consume additional runtime resources.

DISABLED

val DISABLEDConfig.HandTrackingMode

Hands will not be tracked.

Public functions

toString

open fun toString(): String