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

Is there a way to change the point sampling rate i.e. how many points are recorded per second? #79

Open
sickopickle opened this issue Apr 17, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@sickopickle
Copy link

Is your feature request related to a problem?

No response

Desired solution (feature)

I want an config option for point sampling rate, so I can set different values.

Alternatives considered

No response

Anything else?

No response

@sickopickle sickopickle added the enhancement New feature or request label Apr 17, 2023
@BenJeau
Copy link
Owner

BenJeau commented Apr 17, 2023

Right now, no. The underlying component used for detecting gestures is https://github.com/software-mansion/react-native-gesture-handler, maybe there's a setting within that to toggle what you say, but unsure after looking quickly at it

@sickopickle
Copy link
Author

Ok. It's just that it looks like there are very few points being sampled. This is mostly fine because of the bezier simplification, but I am using this with a neural network model so I need it to be consistent with the data I train the neural network on.

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

No branches or pull requests

2 participants