Config.HandTrackingMode
class Config.HandTrackingMode : Config.ConfigMode
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. |
Inherited functions |
||
|---|---|---|
|
Public companion properties
BOTH
val BOTH: Config.HandTrackingMode
Both the left and right hands will be tracked. Note that setting this mode will consume additional runtime resources.