Home › Forums › Software Development › How can I get gaze coordinate with tobii Core SDK for .NET?
Tagged: c++, coordinate, data stream, gaze position
- This topic is empty.
- AuthorPosts
- 23/07/2017 at 16:01 #7195Guoxing SunParticipant
I am a fresh man and I have used the tobii eyetracking 4c. Because of some reason, I need to get the coordinate of the gaze position on the screen. So I have download the Tobii.CoreSDK.Samples and I found the Function CreateGazePointDataStream may help me finish my goal. But it is a void type. So I can’t get the coordinate directly. And there is no example for this function to refer. So I want consult which function should I use to get the coordinate and my compile language is C#. Thanks a lot.
23/07/2017 at 16:35 #7199Alex [Tobii]ParticipantHi!
You can find an example for getting gaze point coordinates in the documentation:
https://tobii.github.io/CoreSDK/articles/getting_started.html#tobii-core-sdk-package
- AuthorPosts
- You must be logged in to reply to this topic.