Creates an instance of the GestureHandler class.
Time lapse in milliseconds before accepting a gesture as such.
Time lapse in seconds before listening to other gestures once a gesture is accepted.
Adds a callback function for the "both hands on chest" gesture.
Function that will be executed when the "both hands on chest" gesture is detected.
Adds a callback function for the "both hands up" gesture.
Function that will be executed when the "both hands up" gesture is detected.
Adds a callback function for the "left hand on chest" gesture.
Function that will be executed when the "left hand on chest" gesture is detected.
Adds a callback function for the "left hand up" gesture.
Function that will be executed when the "left hand up" gesture is detected.
Adds a callback function for the "presence" gesture.
Function that will be executed when the presence gesture is detected.
Adds a callback function for the "right hand on chest" gesture.
Function that will be executed when the "right hand on chest" gesture is detected.
Adds a callback function for the "right hand up" gesture.
Function that will be executed when the "right hand up" gesture is detected.
Generated using TypeDoc
Parses gestures coming from Vision Node and allows to add callbacks to perform an action when such gestures occure.