GestureMode

public enum GestureMode

Enum for detection mode. Larger mode return more info, but runs more slowly. If a mode is not supported on a device, will fallback to previous supported mode.

Enum Constants

public static final GestureMode Point2D

Fastest mode, return one 2d point for hand.

public static final GestureMode Point3D

Return one 3d point for hand, only supported on Focus.

public static final GestureMode Skeleton

Return skeleton (21 points) for hand.