🎦Exercise Placement

type: 'posture',

Click here to understand how you receive this informations

To analyze the user's motion and posture accurately, all movements require specific starting postures. These requirements may include being directly in front of the camera, ensuring all body parts are visible, or positioning the left side of the body towards the camera.

Data composition for type: 'posture'

{
  type: 'posture',
  message: What the user should do like "user must face the camera"
  direction: "in-frame||left||right||...", The placement direction needed,
  ready: true or false, Is the posture to start exercise is good or not,
  requirements: [] // Requirements for this movement
}

We recommend assisting your users in positioning themselves by providing on-screen information such as shapes or directional arrows.

Last updated