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
17/09/2018 at 00:53 #8824

Keymaster
Hi @akingunduz, thanks for your query. indeed the gaze data will be displaed by default in co-ordinates normalised with reference to the current screen in use.
What this signified for example is that the point value (1,1) would represent pixel co-ordinates (1920,1080), (0.5,0.5) would be (0.5*1920,0.5*1080)=(960,540), etc
So hopefully you can see the simple conversion necessary of multiplying the normalised units by the screen pixel dimensions should you want the gaze data in absolute pixel format.
Please let us know if we can be of any further assistance.