Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MeasureBasedCounter does not exist #6

Closed
hasn-ab opened this issue Jun 9, 2023 · 2 comments
Closed

MeasureBasedCounter does not exist #6

hasn-ab opened this issue Jun 9, 2023 · 2 comments

Comments

@hasn-ab
Copy link

hasn-ab commented Jun 9, 2023

Hi @pablonosh,
I am getting the following error after integrating the SDK with Cocoapods.

Screenshot 2023-06-10 at 2 19 54 AM

It looks like this was removed, as I could not find it in the QuickPoseCore module.

@dvolkhonskiy
Copy link
Collaborator

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.

@dvolkhonskiy
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants