Skip to content

Releases: quickpose/quickpose-ios-sdk

v1.2.9 - 2024-06-25

02 Jul 10:09
Compare
Choose a tag to compare

Fixed

  • arm64/x86_64 Simulator compile
  • Cocoapods arm64/x86_64 simulator
  • Reduce bundle size with selecting a model complexity

v1.2.8 - 2024-06-24

25 Jun 08:56
Compare
Choose a tag to compare

Fixed

  • onFrame Memory Leak
  • BodyPoseClassifier leak

v1.2.5 - 2023-10-24

25 Oct 10:39
Compare
Choose a tag to compare

Fixed

  • iOS17 Performance

v1.2.4 - 2023-10-05

06 Oct 07:51
Compare
Choose a tag to compare

Added

  • OS Screen Recording Demo
  • SDK Video Recording Demo

Fixed

  • iOS17 Compatibility

v1.2.2 - 2023-07-11

11 Jul 15:57
Compare
Choose a tag to compare

Added

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

Fixed

  • Memory leak

v1.2.1 - 2023-07-04

04 Jul 11:08
Compare
Choose a tag to compare

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 - 2023-06-21

21 Jun 12:35
a49c1f9
Compare
Choose a tag to compare

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 - 2023-06-05

05 Jun 21:37
Compare
Choose a tag to compare

Added

  • Support for Cocoapods, with Cocoapods SwiftUI Sample App

Changed

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

v1.1.0 - 2023-05-17

17 May 13:10
3997bc1
Compare
Choose a tag to compare

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 - 2023-05-09

09 May 15:41
Compare
Choose a tag to compare

Added

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

Fixed

  • Sumo Squat counting improved