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.
Enumerates the ways in which a hand can be identified.
Syntax
typedef enum _HandType
{
HandType_NONE = 0,
HandType_LEFT = (HandType_NONE+1),
HandType_RIGHT = (HandType_LEFT+1)
} HandType, HandType_NONE, HandType_LEFT, HandType_RIGHT;
Constants
Constant | Description |
---|---|
HandType_NONE | The hand is not identified as a right or left hand. |
HandType_LEFT | The user's left hand. |
HandType_RIGHT | The user's right hand. |
Requirements
Header: kinect.h
Library: TBD