Webgazer query #2260
Unanswered
SylvainUQTR
asked this question in
Q&A
Webgazer query
#2260
Replies: 2 comments 2 replies
-
Hi @SylvainUQTR , did you find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Encountering this issue in an experiment on Pavlovia. Would appreciate it if anyone has insights to offer. In my case: During calibration and validation, WebGazer is only detecting gaze in the center of the screen. When using the video-keyboard-response plugin and WebGazer, WebGazer is detecting only 1 set of x, y coordinates throughout 10-second videos. Using: |
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.
-
Hello all,
I wish to display estimated gaze points in trials during development of an experiment. However, several attempts have failed.
The trial is of type jsPsychHtmlKeyboardResponse.
Adding the following in the trial definition does not crash the script (unlike other attempts):
function () {
jsPsych.extensions.webgazer.showPredictions()
},
However, it draws a single gaze point, that's it. I have tried with ...webgazer.resume() as well just before in the function, same outcome:
function () {
jsPsych.extensions.webgazer.resume()
jsPsych.extensions.webgazer.showPredictions()
},
Anyone has working code snippets (or a whole task) to show/share where/how this works?
The trial works otherwise and eye data is correctly recorded. I'd just like to see it live!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions