🖥️SKELETON (optional)
https://app.posetracker.com/pose_tracker/tracking?skeleton=$SKELETON
Last updated
https://app.posetracker.com/pose_tracker/tracking?skeleton=$SKELETON
Real-time:
https://app.posetracker.com/pose_tracker/tracking?skeleton=trueUpload:
https://app.posetracker.com/pose_tracker/upload_tracking?skeleton=trueType: boolean or a uuid string of a custom skeleton
Default: true
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.
demos
user guidance (show alignment / posture)
export overlays (export=true on upload video)
debugging pose detection issues

Then use the uuid given on top, add it in the tracking url params like: &skeleton=3d5647fd-1191-414d-a7a2-0a09c14e427a
On Upload Tracking, skeleton is a boolean (true / false).
Last updated