GestureType

public enum GestureType

Enum for predefined gesture classification.

Enum Constants

public static final GestureType Fist

All fingers folded.

public static final GestureType Five

All fingers straight.

public static final GestureType Like

Only thumb straight and upward.

public static final GestureType OK

Thumb and index fingers connect into a circle, other fingers straight.

public static final GestureType Point

Only index finger straight and upward.

public static final GestureType Unknown

All other gestures not in predefined set.

public static final GestureType Victory

Only index and middle finger straight and upward.