Skip to content

Commit 5fc77e3

Browse files
committed
1.2.1
1 parent 7c3cd62 commit 5fc77e3

File tree

64 files changed

+17223
-14208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+17223
-14208
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v1.2.1 - 2023-07-04
8+
9+
### Added
10+
- Add Post Processing, so QuickPose can now achieve lag-free rendering at any fps.
11+
12+
### Changed
13+
- Upgraded Mediapipe to 10.1
14+
- onStart callback returns after Mediapipe is loaded, not on first camera frame.
15+
716
## v1.2.0 - 2023-06-21
817

918
### Added

QuickPoseCamera.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'QuickPoseCamera'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.summary = 'QuickPoseCamera'
55
s.homepage = 'https://quickpose.ai'
66
s.authors = 'QuickPose.ai'

QuickPoseCore.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'QuickPoseCore'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.summary = 'QuickPoseCore'
55
s.homepage = 'https://quickpose.ai'
66
s.authors = 'QuickPose.ai'
Binary file not shown.

0 commit comments

Comments
 (0)