Webgazer and Webgazer-extension #3048
Unanswered
agustin-penas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@jodeleeuw we are working together with @agustin-penas on this issue. Do you have any idea? Can be related with this discussion? #1892 Thank you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am working on some experiments with webgazer (trying to add blink detection) and I see I am getting less than 30 webgazer outputs per second (around 20-15). My cammera is 30fps so that is what I expected.
Doing some investigation I found you are using
setInterval()
with asampling_interval
of 34ms which should be closer to the 30 predictions per second. Is this interval the minimum or like a discrete interval? (like if it could not run on 34ms then it will run on the 68th ms)Also I saw on a previous version you used
state.webgazer.setGazeListener(handleGazeDataUpdate);
, what was the problem? Why did it change?Beta Was this translation helpful? Give feedback.
All reactions