Jump to content

Saccadic Eye Movement Detection


Eli

Recommended Posts

I streamed the combined gaze origin and direction over 15s and processed the change in angle over time to detect saccades. I am uncertain of the validity of the data. If anyone has attempted something similar and knows which data to stream, I would greatly appreciate the knowledge. 

image.thumb.png.fc15ac57c89c41b9a21899b161841606.png

 

@Daniel_Y @zzy @Corvus

Link to comment
Share on other sites

Original post used the combined gaze direction, sampled during Unity's Update function in the Avatar Sample script. I calculated the angle between gaze directions two frames apart, and divided by the difference in time. The main problem was the low amount of samples from Unity's update function, which gave me samples at about 40Hz. 

New version: I used the Avatar Sample v2 script (because of laziness) and streamed data from the callback function. Samples were obtained at about 105Hz. Once again, I used combined gaze direction. Angular velocity is calculated the same as in the original. The saccades are now prevalent and prominent. Notice the frequency of detected saccades skyrocketed. 

image.thumb.png.b2e1bd2a2cf85e1b7c37892643ae87f4.png

image.thumb.png.e59d1e6a7989dccf44e296ef6bb9932b.png

Edited by Eli
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...