This documentation is archived and is not being maintained.
HandState Enumeration
Indentifies possible hand states.
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;
| 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. |
- Header: kinect.h
- Library: kinect20.lib