ManoMotion SDK PRO  1.4.8
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...
 

Enumeration Type Documentation

◆ 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