Home › Forums › Software Development › Unable to use the gaze data using Tobii.Stream Engine in C#
Tagged: Tobii Stream Engine
- This topic has 3 replies, 2 voices, and was last updated 3 years ago by Grant [Tobii].
- AuthorPosts
- 02/09/2021 at 12:23 #21015Hans Anugrah PrasetyoParticipant
Hi, i’m trying to research for my university task purpose on moving a mouse using an Tobii Eye Tracker 5 with Tobii Stream Engine with C# language, the problem is i seem to cannot store the gaze point data into a value. Can someone maybe help me with the solution as i seem to not find a way to work with it.
03/09/2021 at 10:59 #21021Grant [Tobii]KeymasterHi @hansanugrah, thanks for reaching out. Whilst you are allowed freely to develop interactive application using the Tobii Eye Tracker 5 and Stream Engine, The storage of gaze data requires the purchase of a special licence to do so.
You can read more about these licence requirements @ https://developer.tobii.com/license-agreement/
However, if your intention is to simply emulate the mouse using gaze data, then you should not need to store the gaze data but simply use it in real time within your application.
A number of users have already done this and shared their code online:
https://github.com/neonbjb/tobii-mouse-winforms
https://github.com/BenLeech/tobii-eye-mouse-controlHopefully this points you in the right direction! Best Wishes
03/09/2021 at 11:25 #21024Hans Anugrah PrasetyoParticipantAh i see, thanks for the reference and yes i just need to use it in real time and not really need to store the data, thank you very much
03/09/2021 at 12:55 #21025Grant [Tobii]KeymasterOK great! best of luck with the development 🙂
- AuthorPosts
- You must be logged in to reply to this topic.