Replies: 4 comments 6 replies
-
Hi @jodeleeuw and thanks for doing this! I will start with the basics - I am not an eye-tracking expert but I do use it. I am actually more interested in pupil dilation (see below). Questions/comments
Calibration options
Pupilimmetry
|
Beta Was this translation helpful? Give feedback.
-
Hi @jodeleeuw - this sounds great! Regarding your questions:
Pupillometry suggested by @ozika would be super cool! But I am not sure about the data quality with current web cameras. |
Beta Was this translation helpful? Give feedback.
-
Ah yes, before forking I discussed it with them on the forum. Lovely that
they implemented it upstream!
…On Tue, 19 Jan 2021, 15:45 Josh de Leeuw, ***@***.***> wrote:
@tpronk <https://github.com/tpronk> -- in the latest official version
that I've been working with there are methods to hide/show camera feed.
There have been some updates relatively recently to the code base.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1379 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACESG4CVHF5PT2UQZYWA5LTS2WLJ5ANCNFSM4WH3EGZQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you @jodeleeuw and collaborators for jsPsych and webgazer, and others for the discussion here which is valuable to me (newcomer to eye-tracking web experiments). I'm interested in this comment you made above @jodeleeuw : "drop a webgazer-validate trial in at whatever interval you'd like" . I think that's what we'd like to do. I wonder if that feature has been implemented? We'd like to maintain randomization across our whole stimulus set (e.g. 40 items) and drop in a validation step between item 20 and 21. At the moment I can only imagine arbitrarily dividing the stimuli into 2 trial sets of 20, then inserting validation on the main timeline between them, but this may be a limit of my imagination / failure to understand the full capabilities of jsPsych.. Any pointers would be much appreciated! |
Beta Was this translation helpful? Give feedback.
-
As part of version
6.3
we are adding support for a new kind of jsPsych add-on called an extension. These are modular components that are layered on top of plugins. They allow you to extend the functionality of a plugin in some manner that is typically the same across all plugins.An example is eye tracking. This is a feature that you may want to add on top of any existing plugin. As of
6.3
you'll be able to do something like this to add webgazer-based eye tracking to any trial:I'm currently working on the design and implementation of plugins that will allow for calibration and validation of eye tracking throughout the experiment. But, I'm not an expert in eye-tracking research. I'd love to hear from those of you who are interested in using eye tracking what kinds of features would make these plugins usable. In particular, I'm currently thinking about issues like:
As I continue to make progress on these plugins I'll share a demo here for further feedback.
Thanks in advance for your input!
Beta Was this translation helpful? Give feedback.
All reactions