π¨βπ»Tracking Endpoint params
https://app.posetracker.com/pose_tracker/tracking?token=TOKEN&exercise=EXERCISE&width=WIDTH&height=HEIGHT&difficulty=DIFFICULTY&skeleton=SKELETON
url = https://app.posetracker.com/pose_tracker/trackingParameters allowed are :
- token=API_KEY (is required)
- keypoints=KEYPOINTS (not required, by default = false)
- exercise=EXERCISE (not required)
- blazepose=true (not required, by default = false)
- width=WIDTH, the width of the webcam (not required, by default = '100%')
- height=HEIGHT, the height of the webcam (not required, by default = '100%')
- difficulty=DIFFICULTY, the difficulty of the exercise (not required, by default = 'normal')
- skeleton=SKELETON_UUID to customize the way skeleton is display over the camera
(or =false to disable).Last updated