Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indentifies possible hand states.
Syntax
typedef enum _HandState
{
HandState_Unknown = 0,
HandState_NotTracked = 1,
HandState_Open = 2,
HandState_Closed = 3,
HandState_Lasso = 4
} HandState, HandState_Unknown, HandState_NotTracked, HandState_Open, HandState_Closed, HandState_Lasso;
Constants
Constant | Description |
---|---|
HandState_Unknown | The state of the hand in unknown. |
HandState_NotTracked | Hand state is not tracked. |
HandState_Open | The hand is open. |
HandState_Closed | The hand is closed. |
HandState_Lasso | The hand is in the lasso state. |
Requirements
Header: kinect.h
Library: kinect20.lib