Home › Forums › Software Development › [Solved] I wonder the eyeX Gaze Trace Function’s detail implementation. › Reply To: [Solved] I wonder the eyeX Gaze Trace Function’s detail implementation.
11/08/2016 at 16:19 #5532
Alex [Tobii]
Participant
Hi!
Here’s a more advanced version of gaze trace with configuration tool.
The tool doesn’t use fixations but lightly filtered gaze data stream
It also uses an extra filter on top of lightly filtered data:
newPoint = oldPoint + (lightlyFilteredPoint – oldPoint) * k, where 0 < k < 1
It’s important to say that recording gaze data for analytics is prohibited by sdk license agreement.
/Alex