đŸŽĻ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',
  postureDirection: The placement direction needed,
  ready: Is the posture to start exercise is good or not
}

Possible values :

{
  type: 'posture',
  postureDirection: 'back' || 'forward' || 'left' || 'right' || 'side' || 
                    'side_left' || 'side_right',
  ready: true || false
}

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

Last updated