Skip to main content
Version: 3.9.0

Hand Detection

hand detection

Detect one or two hands in the scene. Hand Detection is in the Hand category.

Input

NameData TypeDescription
TypeStringThe detection type: Single hand or Both hands.

Output

NameData TypeDescription
BeginExecExecute the next node when the hands are detected.
StayExecKeep executing the next node when the hands stay in the scene.
EndExecExecute the next node when the hands disappear.
NoneExecKeep executing the next node when no hands are detected.

Example

hand detection example

This example uses Hand Detection to hide and show the sphere.

hand detection node