πŸ–₯️SKELETON (optional)

https://app.posetracker.com/pose_tracker/tracking?skeleton=$SKELETON

Real-time:

https://app.posetracker.com/pose_tracker/tracking?skeleton=true

Upload:

https://app.posetracker.com/pose_tracker/upload_tracking?skeleton=true
  • Type: boolean or a uuid string of a custom skeleton

  • Default: true


Behavior

  • skeleton=true: draw the default overlay

  • skeleton=false: disable overlay

  • Real-time only: You can pass a custom skeleton configuration id (UUID) to apply a custom overlay config.

Upload Tracking uses true/false only.


When to use

  • demos

  • user guidance (show alignment / posture)

  • export overlays (export=true on upload video)

  • debugging pose detection issues

Create your own skeletons

Then use the uuid given on top, add it in the tracking url params like: &skeleton=3d5647fd-1191-414d-a7a2-0a09c14e427a

circle-info

On Upload Tracking, skeleton is a boolean (true / false).

Last updated