Skip to main content

Quickpose MobileSDK

Swift Package Manager Maven Central

QuickPose provides developer-oriented cutting edge ML features of MediaPipe and BlazePose, with easy integration and production ready code. Dramatically improving the speed of implementation of MediaPipe and BlazePose's pose estimation and skeleton tracking features into mobile applications.

How it works


QuickPose process a video frame and makes it easy for developers to perform complex AI features to the image, such as overlaying markings to the output image, or canvas for android, to highlight the user's pose.

+----------+          +-------------+          +-----------------+
| | | | | Overlay |
| Camera |--------->| QuickPose |--------->| + |
| | | | | Results |
+----------+ +-------------+ +-----------------+

Supported Platforms iOS


iOS DeviceSilicon Mac (M1, M2, etc)iOS Simulator x86_64iOS Simulator arm64
✅ Runs✅ Runs⚙ Compiles⚙ Compiles

Supported Platforms Android

Quickpose Min API 26, but sample code is restricted by camera X at Min API 28.

Next Steps