Home › Forums › Software Development › Can we get gaze information in pixels with .Net Tobii.Research ? › Reply To: Can we get gaze information in pixels with .Net Tobii.Research ?
21/09/2018 at 18:51 #8846
Grant [Tobii]
Keymaster
Hi @akingunduz, thanks for your query. The gaze data will is displayed by default in co-ordinates normalised with reference to the current screen in use. (0,0)->(1,1)
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.