Config.HandTrackingMode


class Config.HandTrackingMode


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

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

Summary

Public companion properties

Config.HandTrackingMode

Hands will not be tracked.

Config.HandTrackingMode

Hands will be tracked.

Public functions

open String

Public companion properties

Disabled

val DisabledConfig.HandTrackingMode

Hands will not be tracked.

Enabled

val EnabledConfig.HandTrackingMode

Hands will be tracked. Note that setting this mode will consume additional runtime resources.

Public functions

toString

open fun toString(): String