Home › Forums › Community Projects › Source Code Reading Process
Tagged: @ktakahas
- This topic has 6 replies, 5 voices, and was last updated 7 years, 6 months ago by Grant [Tobii].
- AuthorPosts
- 14/10/2014 at 17:58 #1841Keiichi TakahashiParticipant
I’m developing the app which records programmer’s gaze area of source codes by using EyeX SDK. Most of the researchers usually use high spec eye tracking device like X60/X120, but it is too expensive easily to get one.
YouTube video: Fixation points acquired by using a Tobii EyeX Controller in reading source codes
The prototype consists of two programs. One is to get fixation data from EyeX Controller by using the MinimalGazeDataStream included in Tobii EyeX SDK for .NET 0.32 with a few modification. The other is to visualize the fixation points by using Processing. Two programs communicate with each other using TCP/IP socket.
20/10/2014 at 09:05 #1867AndersParticipantHi Keiichi,
thanks for sharing!14/04/2017 at 11:23 #6676Hana’aParticipantHi Keiichi,
Currently I am working on my master thesis using tobii eye tracker. In my project I need to visualize the fixation points by using Processing as you had mentioned. Can you please share with me the methodology you had used in your source code.
Thank you!!14/04/2017 at 11:49 #6677Keiichi TakahashiParticipantHi Hana’s,
I don’t use EyeX any more, especially in the research that needs to analyze EyeX’s gaze data because its strict license policy, see http://developer.tobii.com/license-agreement/, and the project files are missing…I’m sorry I couldn’t help you.
Thanks
23/04/2017 at 15:40 #6695Grant [Tobii]KeymasterHi @hanaa,
Hi! The new low level API called Tobii Stream Engine is released:
https://www.nuget.org/packages/Tobii.StreamEngine.Native/
https://www.nuget.org/packages/Tobii.StreamEngine/This is a low level API so please only use it if you know why you are doing it. Very little support is going to be provided.
However, perhaps this may be of use to you in manually determining fixations. But please bear in mind that indeed the long term storage of data is not permitted under the licence agreement.
05/06/2017 at 23:43 #7001AlexandreParticipant@grant-rogers, your message above is very recent. I am interested on topic. I have followed the Nuget’s pages up to PDF files but I can not understand if some of these libraries points for support to Linux.
06/06/2017 at 15:04 #7004Grant [Tobii]KeymasterHi @alexandre, Sorry to say we have to plans to include Linux support in the near future for the Tobii Tech peripheral range as we are trying to focus for the time being on gaming.
If someone greatly needs to use eye tracking on a linux system, we would forward them to Tobii Pro business department who do indeed produce the necessary hardware and software to run on this platform.
Apologies for the inconvenience.
- AuthorPosts
- You must be logged in to reply to this topic.