Home Forums Software Development Get Eye-screen-coordinates and match it with a Unity game object Reply To: Get Eye-screen-coordinates and match it with a Unity game object

#12228
Grant [Tobii]
Keymaster

Hi @stefy001, you can try assigning the object position to TobiiAPI.GetGazePoint().Screen

But please bear in mind that the gaze point is not highly accurate and has inherent jitters due to the biological nature of human eye movement so it should not be used as direct mouse replacement.. you would need to introduce some kind of fixation filter or movement buffer to make the action smooth.

But please do try it out and let us know how you get on.