Home › Forums › Eye Tracking Devices › Controlling mouse with x1-light? › Reply To: Controlling mouse with x1-light?
Hi Hampus,
Yes, you can use your Tobii X1 Light Eye Tracker either with the Tobii Gaze SDK or Tobii Analytics SDK to extract the gaze coordinates from the eye tracker, convert it to screen coordinates and move the mouse pointer e.g. with the Win32 function SetCursorPos
. It is a good way to demo and verify that the tracker is working.
However, to use this information for computer control requires careful filtering and extra features to avoid so-called “midas touch” and “mouse chase” effects. Tobii has done a lot of R&D on the assistive technology side and are starting to move away from the “move the mouse all the time” idea. Most of the time the eyes are in reading or searching mode, then you do not want any mouse cursor distracting you.
Here is an example of a software we have developed for this purpose:
http://www.youtube.com/watch?v=6n38nQQOt8U