List of all members.
Member Function Documentation
Get the floor clip plane as defined in the Kinect SDK
- Returns:
- The floor clip plane
Get the gravity normal from the kinect as defined in the Kinect SDK
- Returns:
- The gravity normal (w is ignored)
Kinect * Kinect::GetInstance |
( |
| ) |
[static] |
Get the one and only Kinect object
- Returns:
- pointer to a Kinect
int Kinect::GetNumberOfPlayers |
( |
| ) |
|
Get the number of tracked players on the Kinect
- Returns:
- the number of players being actively tracked
Get the current position of the skeleton
- Parameters:
-
skeletonIndex | the skeleton to read from |
- Returns:
- the current position as defined in the Kinect SDK (w is ignored)
UINT32 Kinect::GetQuality |
( |
int |
skeletonIndex = 1 | ) |
|
Get the quality of the skeleton. Quality masks are defined in the SkeletonQuality enum
- Parameters:
-
skeletonIndex | the skeleton to read from |
- Returns:
- the quality value as defined in the Kinect SDK
Skeleton Kinect::GetSkeleton |
( |
int |
skeletonIndex = 1 | ) |
|
Get the skeleton data Returns the detected skeleton data from the kinect as defined in the Kinect SDK
- Parameters:
-
skeletonIndex | Which of (potentially 2) skeletons to return. This is ignored in this implementation and only a single skeleton is supported for the FRC release default gesture interpretation. |
- Returns:
- The current version of the skeleton object.
Kinect::SkeletonTrackingState Kinect::GetTrackingState |
( |
int |
skeletonIndex = 1 | ) |
|
Get the TrackingState of the skeleton. Tracking states are defined in the SkeletonTrackingState enum
- Parameters:
-
skeletonIndex | the skeleton to read from |
- Returns:
- the tracking state value as defined in the Kinect SDK
The documentation for this class was generated from the following files: