Home Forums Community Projects Image Viewing, Movie Browsing & browser plugins using the Tobii Eyetracker

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1442
    Cheng Guo
    Participant

    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 😀

    #1945
    Sly
    Participant

    Nice,

    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.

    #1958
    Cheng Guo
    Participant

    You 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)

    #1961
    Robert [Tobii]
    Participant

    Hi 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.

    #1967
    Cheng Guo
    Participant

    Thanks for pointing that out Rob!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.