ManoMotion SDK PRO  1.3
ManoMotion SDK PRO API documentation
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
HandInfo.cs File Reference

Data Structures

struct  HandInfo
 Contains information about the hand More...
 

Enumerations

enum  Warning {
  Warning.NO_WARNING = 0, Warning.WARNING_HAND_NOT_FOUND = 1, Warning.WARNING_APPROACHING_UPPER_EDGE = 4, Warning.WARNING_APPROACHING_LEFT_EDGE = 5,
  Warning.WARNING_APPROACHING_RIGHT_EDGE = 6
}
 Warnings are a list of messages that the SDK is providing in order to prevent a situation where the hand will be not clearly detected. More...
 
enum  Hand { Hand.LEFT = 0, Hand.RIGHT = 1 }
 The Hand value provides additional information regarding the classification of the hand regarding if its a right or a left hand More...
 

Enumeration Type Documentation

◆ Hand

enum Hand
strong

The Hand value provides additional information regarding the classification of the hand regarding if its a right or a left hand

Enumerator
LEFT 
RIGHT 

◆ Warning

enum Warning
strong

Warnings are a list of messages that the SDK is providing in order to prevent a situation where the hand will be not clearly detected.

Enumerator
NO_WARNING 
WARNING_HAND_NOT_FOUND 
WARNING_APPROACHING_UPPER_EDGE 
WARNING_APPROACHING_LEFT_EDGE 
WARNING_APPROACHING_RIGHT_EDGE