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

getStoredPoints returning empty lists #328

Open
TungVietLe opened this issue Nov 20, 2023 · 3 comments
Open

getStoredPoints returning empty lists #328

TungVietLe opened this issue Nov 20, 2023 · 3 comments

Comments

@TungVietLe
Copy link

According to Top Level API docs,

getStoredPoints
returns the fifty most recent tracker predictions

But when I call it, the method return empty list.

@duwenlong2
Copy link

I am looking at the source code inside.

I saw him in var pass50=webgazer. getStoredPoints(); before
webgazer.params.storingPoints = true;
Five seconds later, he set : webgazer.params.storingPoints = false;
and then he used it webgazer. getStoredPoints()

@TungVietLe
Copy link
Author

Where can you find it i wonder? I can't see the code in www/webgazer.js

@duwenlong2
Copy link

www=>js=>calibration.js
www=>js=>precision_store_points.js

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

2 participants