Home › Forums › Software Development › Blinking Rate with Eye-Tracker 4c
Tagged: blinking, Eyetracker 4C, gaze out of screen
- This topic has 1 reply, 2 voices, and was last updated 3 years, 3 months ago by
Grant [Tobii].
- AuthorPosts
- 09/06/2020 at 18:07 #18159
Simonetta Dall’Asta
ParticipantHi all,
I’m currently working on a WPF application using eye tracker 4C. I cannot find a proper documentation, since the related page on github is no more available.
I would like to ask if it is possible somehow to obtain the blinking rate of the user. Furthermore, is it possible to detect when the gaze leaves the screen without looking explicitly at the coordinates?Thanks in advance!
10/06/2020 at 13:07 #18165Grant [Tobii]
KeymasterHi @simmys and thanks for your query. I am afraid that the Core SDK (nor our other offerings) have a blink detection algorithm implemented, meaning this is something you will have to create manually using a combination of validity filters and timing loop (<400ms).
We do have further samples which might help you get started quicker available @ https://github.com/tobiitech/core-sdk-docs
In terms of gaze leaving the screen, the un-normalised coordinator (0,0 -> 1,1) will be outside the range both in the negative and positive if the user looks outside the screen, but eyes are still ‘trackable’ to a detection algorithm within your program should resolve that.
Please let us know if we can provide any further information. Best wishes.
- AuthorPosts
- You must be logged in to reply to this topic.