# What's the Fixation Thresholds in Magic Leap 2 Gaze Recognition

**URL:** https://forum.magicleap.cloud/t/whats-the-fixation-thresholds-in-magic-leap-2-gaze-recognition/4356
**Category:** API Feedback
**Tags:** eye-gaze, eye-tracking
**Created:** [October 2, 2024, 4:06pm UTC](https://forum.magicleap.cloud/t/whats-the-fixation-thresholds-in-magic-leap-2-gaze-recognition/4356 "2024-10-02T16:06:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![KaiZ](https://avatars.discourse-cdn.com/v4/letter/k/50afbb/32.png) [@KaiZ](https://forum.magicleap.cloud/u/KaiZ)
#### Post date: [October 2, 2024, 4:06pm UTC](https://forum.magicleap.cloud/t/whats-the-fixation-thresholds-in-magic-leap-2-gaze-recognition/4356/1 "2024-10-02T16:06:46Z")

</div>

Hi everyone,

I'm working with the eye tracking system on the Magic Leap 2. I'm trying to figure out what thresholds or parameters the system uses to determine a fixation.

Does anyone have insights on:

- Velocity Thresholds: What's the eye movement speed below which a fixation is detected?
- Duration Thresholds: How long does the gaze need to stay in one area to count as a fixation?
- Spatial Dispersion Thresholds: What's the maximum allowable movement within a fixation zone?  
Thank you!

---

<div class="post-metadata">

### Author: ![cfeist](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.magicleap.cloud/cfeist/32/1768_2.png) [@cfeist](https://forum.magicleap.cloud/u/cfeist)
#### Post date: [October 2, 2024, 6:33pm UTC](https://forum.magicleap.cloud/t/whats-the-fixation-thresholds-in-magic-leap-2-gaze-recognition/4356/2 "2024-10-02T18:33:31Z")

</div>

Hey @KaiZ,

Welcome to the Magic Leap Developer Forums!

These values are currently **not** published anywhere publicly.  
I have shared this request with the Voice of Customer team to see if we can share these values or not.

I will update here once I have a definite answer for you!

---

<div class="post-metadata">

### Author: ![cfeist](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.magicleap.cloud/cfeist/32/1768_2.png) [@cfeist](https://forum.magicleap.cloud/u/cfeist)
#### Post date: [October 3, 2024, 5:00pm UTC](https://forum.magicleap.cloud/t/whats-the-fixation-thresholds-in-magic-leap-2-gaze-recognition/4356/3 "2024-10-03T17:00:24Z")

</div>

@KaiZ

After collaborating with the team, we concluded that we are able to publish some of this information!

Directly from our Computer Vision team:

> We don't have an explicit velocity threshold, fixation classification is made by a process of exclusion: We check to see if it is a saccade (using a variation of this paper [https://www.researchgate.net/profile/Dorion-Liston-2/publication/256970171\_Saccade\_detection\_during\_smooth\_tracking/links/5a01e0e9aca272e53ebe8d9c/Saccade-detection-during-smooth-tracking.pdf](https://www.researchgate.net/profile/Dorion-Liston-2/publication/256970171_Saccade_detection_during_smooth_tracking/links/5a01e0e9aca272e53ebe8d9c/Saccade-detection-during-smooth-tracking.pdf)). If it's not a saccade but the movement exceeds the spatial dispersion threshold (0.6 degrees of movement in an 80ms window) then it's a pursuit and otherwise it's a fixation.
> 
> Also, some of the values were tuned a little bit for our particular system (for example the size of the window depends on the frame rate of the camera)

The research paper linked above should give you more details.  
I hope this helps! Please let me know if you have any more questions.

---

<div class="post-metadata">

### Author: ![KaiZ](https://avatars.discourse-cdn.com/v4/letter/k/50afbb/32.png) [@KaiZ](https://forum.magicleap.cloud/u/KaiZ)
#### Post date: [October 9, 2024, 2:53am UTC](https://forum.magicleap.cloud/t/whats-the-fixation-thresholds-in-magic-leap-2-gaze-recognition/4356/4 "2024-10-09T02:53:17Z")

</div>

thank you so much! that's very helpful

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex019/uploads/magicleap1/original/1X/bd9b737a4d45ea243aa7eb177d60a773b806899a.svg) [@system](https://forum.magicleap.cloud/u/system)
#### Post date: [October 24, 2024, 2:53am UTC](https://forum.magicleap.cloud/t/whats-the-fixation-thresholds-in-magic-leap-2-gaze-recognition/4356/5 "2024-10-24T02:53:19Z")

</div>

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.
