- This topic has 1 reply, 1 voice, and was last updated 7 years, 12 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › Getting Gaze Point Data (X&Y Coordinates) in C++
Tagged: c++ gaze coordinates
Hello,
This might be a dumb question but I can’t find how to use the gaze data point data in C++ samples. Basically what I wanted to do was to modify the ActivatableButtons sample so that one of the buttons would move to a new position whenever the user moves his/her eyes. I can move the button to a new position, but I can’t find how to set the X and Y coordinates of the gaze data as the parameters.
Thanks in advance
Bump, I am still strugling with this, isn’t there something like “GazePointDataComponent” that I can add to my code as in here http://developer.tobii.com/community/forums/topic/get-eye-screen-coordinates-and-match-it-with-a-unity-game-object/ ? I just want to be able read the Gaze Point data in EyeXHost.cpp