Quickpose Ios Sdk Versions Save

Quickly add MediaPipe Pose Estimation and Detection to your iOS app. Enable powerful features in your app powered by the body or hand.

v1.2.5

6 months ago

Fixed

  • iOS17 Performance

v1.2.4

7 months ago

Added

  • OS Screen Recording Demo
  • SDK Video Recording Demo

Fixed

  • iOS17 Compatibility

v1.2.2

10 months ago

Added

  • Raw Camera frame is now returned in .success enum status.

Fixed

  • Memory leak

v1.2.1

10 months ago

Added

  • Add Post Processing, so QuickPose can now achieve lag-free rendering at any fps.

Changed

  • Upgraded Mediapipe to 10.1
  • onStart callback returns after Mediapipe is loaded, not on first camera frame.

v1.2.0

10 months ago

Added

  • Inside box feature and overlay. Defaults to whole body but any joint group can be used.
  • High Performance guide

Changed

  • Library performance under high framerates
  • Improving readability of landmarks, by replacing raw double array with scaled Point3d lookups.
  • Tidying up features by passing side as a parameter e.g. .userRightKnee -> .knee(side: .right)
  • Simplified Feedback text to reuse QuickPose.Landmark.Group

v1.1.1

11 months ago

Added

  • Support for Cocoapods, with Cocoapods SwiftUI Sample App

Changed

  • Interface for Timers and Counters now more detailed and consistent.

v1.1.0

1 year ago

Added

  • New Fitness exercises Leg Raises, Glute Bridge, Overhead Dumbbell Press, vUps, Lateral Raises, Front Raises, Hip Abduction Standing Left, Hip Abduction Standing Right, Side Lunges Left, Side Lunges Right, Biceps Curls.
  • Scale Independent Measuring Line Beta

Fixed

  • Orientation bug when starting app 'face up'

v1.0.0

1 year ago

Added

  • Landscape support and example
  • Renamed guidance prompts to feedback prompts
  • Sustained 60fps with per frame performance tuning

Fixed

  • Sumo Squat counting improved

v0.8

1 year ago
  • Depth Measurement Bar for Fitness Measurements
  • Supporting Sumo Squats, Plank, Left and Right Leg Lunges and Cobra wings.
  • Fitness Measurements return customizable guidance prompts
  • Improved Camera Permissions for UIKit demo apps
  • Fixed a stability issue where frames could be processed before initialisation

v0.6

1 year ago

Added

  • Thumbs up and Thumbs Down detection feature
  • Unchanged Detectors to observe when a user is holding in place for a specified period of time.