med-material / VREyeTrackingAccuracyTest

VR Tool to Test the Accuracy of the Pupil Labs Eye Tracking Devices (Unity 2018.2.7f1)
MIT License
2 stars 4 forks source link

R Shiny: Analyze Saccade Peak Velocity, Fixation Duration & Saccade Duration #26

Open bastianilso opened 4 years ago

bastianilso commented 4 years ago

In eye tracking, from SPV (Saccade Peak Velocity), FD (Fixation Duration) and SD (Saccade Duration), it is possible to monitor user fatigue. This would be useful to analyze from the data gathered via the accuracy test.

In Unity Dashboard:

In R Shiny:

The exact UI will need some concrete design. But first of all, we need to investigate whether SPV, FD, SD is provided by the Pupil Labs API? Or is it something we need to calculate on our own?

hendrikknoche commented 4 years ago

an implementation of these measures can be found here: https://link.springer.com/content/pdf/10.3758%2FBRM.42.1.188.pdf but maybe we can find some existing python library/API that already computes these features.