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
  • Solution 1: Our Tracking webviews or iframe (most use)
  • Solution 2: Our Pixel tracking (new feature 09/2024)

PoseTracker integration

Choose the best Solution for Your Needs

NextHow does it work ?

Last updated 8 months ago


Solution 1: Our Tracking webviews or iframe (most use)

Overview: WebView Tracking offers a simplified approach by embedding PoseTracker’s capabilities directly within a WebView. The WebView manages the webcam and image processing, making it a more straightforward solution for those who want a quicker and easier integration.

How It Works:

  • Embedded Webcam Management: The WebView automatically accesses the user’s webcam, captures images, and processes them using PoseTracker’s AI without needing external handling.

  • Seamless Integration: Simply embed the WebView in your application, and PoseTracker will handle everything from image capture to analysis, providing instant feedback and results.

  • Minimal Setup: This solution requires minimal coding and configuration, making it perfect for those who want to quickly deploy PoseTracker in their application.

When to Use: Choose WebView Tracking if you want a quick and easy way to integrate PoseTracker’s features without managing the complexity of image processing. It’s ideal for straightforward use cases where rapid deployment is a priority.


Solution 2: Our Pixel tracking (new feature 09/2024)

Overview: The Pixel Tracking solution offers advanced flexibility, allowing you to control and manage the images that are sent to PoseTracker for analysis. This approach is ideal if you want to have full control over the data flow, processing, and user interface within your application.

How It Works:

  • Custom Image Handling: With Pixel Tracking, your application is responsible for capturing images (e.g., from a webcam) and sending them to the PoseTracker pixel for analysis.

  • Real-Time Feedback: Once the pixel is ready, you can send images at intervals (typically every 100-300 ms) and receive real-time analysis, including keypoints, angles, progression, and more.

  • Control Over Data: You decide when and what data to send to the pixel, giving you full control over the tracking process and integration with your app's UI/UX.

When to Use: Choose Pixel Tracking if you require advanced customization, need to integrate PoseTracker’s capabilities into an existing system, or want to manage how and when images are processed.

Start using the pixel tracking

Start using tracking webviews or iframe
Webview tracking schema
pixel tracking posetracker