Nuitrack  1.11.2
3D Skeleton Tracking Middleware
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
Nuitrack Hand Tracker

This module provides access to user hand tracking capabilities. More...

Classes

struct  nuitrack.HandContent
 Stores information about the user's hand. More...
 
class  nuitrack.UserHands
 Stores the information about the user's hand. More...
 
class  nuitrack.HandTrackerData
 Stores hand tracking results related to a specific point in time. More...
 
class  nuitrack.HandTracker
 Represents the interface to the capabilities of the Nuitrack Hand Tracker module. More...
 

Detailed Description

This module provides access to user hand tracking capabilities.

The main class of this module is HandTracker. It contains functions for retrieving the results of module work.

The purpose of the Nuitrack Hand Tracker module is to track user hands and to interpret the actions performed by hands. Currently, the module can determine the rate of hand clenching and detect the "click" event. Only the hands of active users can be tracked (see the Nuitrack Skeleton Tracker description).

The results of the module work are represented as HandTrackerData. The hand information is represented as HandContent struct.