PoseTracker API
  • PoseTracker integration
  • Webview/iframe tracking in app
    • â„šī¸How does it work ?
    • đŸ’ģTry it yourself
    • âš™ī¸Integration tutorials
      • 📱Expo React Native example
      • đŸ’ģVanilla HTML & JS example
      • 🆕iOS SwiftUI example
      • 🆕Android Kotlin example
      • 🆕Flutter example
      • 🔜More to come...
    • 👨‍đŸ’ģTracking Endpoint params
      • 🔐TOKEN (required)
      • đŸ”ĨBLAZEPOSE (optional)
      • 📱WIDTH (optinal)
      • 📱HEIGHT (optinal)
      • đŸĨ”DIFFICULTY (optinal)
      • đŸ’ģ[developer plan only] KEYPOINTS
      • đŸ’ģ[developer plan only] ANGLES
      • đŸ’ĒEXERCISE (optional)
        • Squat
        • Lunge
        • Plank
        • Push Up
        • Balance on left leg
        • Balance on right leg
        • Split
        • Needle
        • đŸĻ•More to come...
      • đŸ–Ĩī¸SKELETON (optinal)
    • â„šī¸Tracking Endpoint Message to handle
      • đŸŽĻExercise Placement
      • đŸ”ĸExercise Counter
      • đŸ”ĸ[developer plan] Exercise Progression
      • đŸ”ĸ[developer plan] Tracking keypoints positions
      • đŸ”ĸ[developer plan] Tracking angles during movements
      • đŸ”ĸ[developer plan] Real-time motion feedbacks and recommandations
  • Pixel tracking
    • How does it work ?
    • First steps
    • Integration tutorials
      • 📱React Native example with react-native-vision-camera
      • đŸ’ģVanilla HTML & JS example
      • 🔜More to come...
    • 👨‍đŸ’ģPixel Endpoint params
    • â„šī¸Pixel message to handle
      • đŸŽĻExercise Placement
      • đŸ”ĸExercise Counter
      • đŸ”ĸ[developer plan] Exercise Progression
      • đŸ”ĸ[developer plan] Tracking keypoints positions
      • đŸ”ĸ[developer plan] Tracking angles during movements
      • đŸ”ĸ[developer plan] Real-time motion feedbacks and recommandations
    • đŸ› ī¸Support
Powered by GitBook
On this page
  1. Webview/iframe tracking in app

Tracking Endpoint Message to handle

PreviousSKELETON (optinal)NextExercise Placement

Last updated 1 year ago

In order to track and analyse motions PoseTracker API send information that you need to handle in order to place and help your users. (Like: placement information, exercise counter, real-time feedbacks...)

This data is sent by PoseTracker using the jsBridge as describe .

Then you can catch PoseTracker data as describe .

Data composition :

{
  type: The type of data,
  placementMessage: A message to what to place the user,
  postureDirection: The placement direction needed,
  ready: Is the posture is ready or not
  current_count:  Give the current exercise count.
}
â„šī¸
here
here