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:
Show mini-timelines of how SPV, FD and SD changed over time for the user during the test.
In R Shiny:
Have a tab for analyzing Fatigue using SPV, FD and SD for detailed analysis.
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?
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?