Closed hasn-ab closed 1 year ago
Hi @hasn-ab!
Now you can use QuickPoseThresholdCounter instead of MeasureBasedCounter. Internally they provide the same functionality, so we removed one of them. Feel free to play with enterThreshold and exitThreshold parameters (0.6 and 0.3 by default) to adjust the sensitivity.
MeasureBasedTimer was replaced by QuickPoseThresholdTimer with the same functionality and slightly different methods.
Let me know if you have any further questions.
Here are a couple of examples of how you can use them:
https://docs.quickpose.ai/docs/MobileSDK/Features/Exercises/Plank#plank-timing Timer https://docs.quickpose.ai/docs/MobileSDK/Features/Exercises/Bicep%20Curls#bicep-curl-counting Counter
Hi @pablonosh, I am getting the following error after integrating the SDK with Cocoapods.
It looks like this was removed, as I could not find it in the
QuickPoseCore
module.