pose
Detect key points of the human body using MediaPipe.
- head: Simple calculation based on a few points.
- shoulders-basic: demonstrates basic calcuation from points.
- shoulders: advanced version, uses data to influence a Thing.
- starter: basic starting point to work with pose detction data.
- between: works with distance between bodies. Uses the DOM and Things model.
- sender: generate and emit body pose data.
hand
Detect key points of the hand using MediaPipe.
-
pinch: Calculate a pinch gesture.
Interpolation
-
techniques: Demonstrates a few inferences from data
Points.distance, Numbers.average, Numbers.scaler
-
palm: Control things using area of palm
Things
- sender: generate and emit hand pose data.
face
Detect a few key points of the face using MediaPipe.