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

How does it work ?

PoseTracker is the first real-time posture detection API optimized for Web, iOS, and Android. There is no need to install a package, everything is provided by our API callable from a WebView 🚀.

PreviousPoseTracker integrationNextTry it yourself

Last updated 10 months ago

We are providing a simple URL that can detect motion and track/ analyse different body movements (like : squats, pushups, lunges ...)

Everything stay client side :

  • ❌ no streaming

  • ❌ no latency

  • ❌ privacy problems

What do we provide?

PoseTracker provides seamless integration for pose estimation, offering a user-friendly approach to incorporating advanced motion tracking and analysis into your projects. Based on TensorFlow's MoveNet, an ultra-fast and accurate model that detects 17 keypoints of the human body. It is capable of running at 50+ FPS on modern laptops and phones. PoseTracker is extremely stable and can be used for development on Android, iOS, and the web.

Pose estimation

We track 17 keypoints of the human body on a 2D plane:

Motion analysis and recommandation:

PoseTracker utilizes real-time analysis of these 17 keypoints to monitor and evaluate user's movements. This enables your applications to accurately count repetitions and provide feedback on users' movements, enhancing the effectiveness of physical activity and ensuring proper execution of exercises.

You can try it here:

â„šī¸
https://app.posetracker.com/scripts/web-demo-posetracker.html?token=81aa2a14-6884-43da-b537-be3162a5710c&exercise=face_squat
PoseTracker keypoints