quickpose / quickpose-ios-sdk

Quickly add MediaPipe Pose Estimation and Detection to your iOS app. Enable powerful features in your app powered by the body or hand.
https://docs.quickpose.ai/docs/MobileSDK
Apache License 2.0
239 stars 11 forks source link

[Documentation] Distance Independent Measuring #12

Open jan-happy opened 9 months ago

jan-happy commented 9 months ago

In the ReadMe you have an example of Distance Independent Measuring, but I could not find anything in the docs or the sample apps. Could you give us an example? It would be great to be able to measure arm- torso- and leg-length with a quick video (after you've set the persons size) if that's possible.

SL06 commented 9 months ago

This video is a good starting point: https://www.youtube.com/watch?v=NjTRfYQK_jg

Just start a project, and the package as in the video. Than replace the 2 Swift files with the code of the picker Demo exemple (this web site) in your program. Enter the SDK autorisation key in the code at the appropriate place. The picker demo have an exemple of angle and distance body measurement. Use" jump to definition" left button in Xcode to explore the different programming options