Skip to content
New issue

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

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

Already on GitHub? # to your account

getStoredPoints returning empty lists #328

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

getStoredPoints returning empty lists #328

tunglev opened this issue Nov 20, 2023 · 3 comments

Comments

@tunglev
Copy link

tunglev commented Nov 20, 2023

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()

@tunglev
Copy link
Author

tunglev commented Nov 20, 2023

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

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

No branches or pull requests

2 participants