Home › Forums › Community Projects › Image Viewing, Movie Browsing & browser plugins using the Tobii Eyetracker
- This topic has 4 replies, 3 voices, and was last updated 10 years, 1 month ago by Cheng Guo.
- AuthorPosts
- 30/07/2014 at 08:48 #1442Cheng GuoParticipant
I created a few demo using the Tobii eyetracker.
The first one is for viewing images using the Cooliris browser plugin:
https://www.youtube.com/watch?v=y57JNLH5ZeY
Then, I turned the same idea into a movie trailer browsing app:
https://www.youtube.com/watch?v=PoGkfrPUd0Y
Next, I wrote two browser plugins for text translation and currency conversion:
https://www.youtube.com/watch?v=eRSMryKuyZ4
https://www.youtube.com/watch?v=QnqTCGxXzrs
Hope you like it, any comments and suggestions are welcomed 😀
02/11/2014 at 19:27 #1945SlyParticipantNice,
I would suggest to translate the words in a little square above the original, so that you don’t lose the original word and learn it better.
Are those app available ? and source code ?
I might want to improve the text reader one.Good work.
04/11/2014 at 04:49 #1958Cheng GuoParticipantYou can find the source code here:
https://www.dropbox.com/sh/wgz0h6q8vlzqibw/AAAGpJmoVMuVrqLwzYzsTdDaa?dl=0
There are two pieces to it. The EyeTranslation is a chrome plugin which highlights every word when the mouse cursor hovers over it. The EyeXoverlay is a C# code that bind the mouse cursor movement to your eye movement. The mousekeyboardlib is a util lib that allows me to control the cursor easily.
The C# code works only with EyeX version 0.10.0.1889. I include a screenshot of the eyex version in the dropbox folder. (Using the latest eyex software will break the code)
04/11/2014 at 08:53 #1961Robert [Tobii]ParticipantHi Cheng Guo,
Thank you for sharing the code! To make it compatible with EyeX 1.X, all you need to do is to replace the Tobii.EyeX.Client.dll with the 1.X version, included in the EyeX SDK for .NET 1.0. No other code changes should be necessary.
04/11/2014 at 10:59 #1967Cheng GuoParticipantThanks for pointing that out Rob!
- AuthorPosts
- You must be logged in to reply to this topic.