Home Forums Software Development stream screen data to expandable window

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20907
    Jared
    Participant

    Hi,
    I was wondering if there’s an out of the box solution for capturing an area the user is looking at on the screen (or a specified area of the screen) and streaming video of that to another window, so you could kind of visually enlarge and display the area of focus.
    If not, can any developers tell me if this seems like a feasible thing to achieve with the current libraries available in the C# SDK? Thank you.

    #20910
    Grant [Tobii]
    Keymaster

    Hi @jhcover, thanks for reaching out. You will be pleased to know that Tobii already provide and out of the box solution for streaming user gate over the internet in real time to a receiving system.

    Unfortunately, the software does not support an enlaring of the area of focus and indeed that would something continually in flux, so not an ideal solution.

    Please check out Tobii Ghost @ https://gaming.tobii.com/software/ghost/ and let us know if it meets your needs. Please bear in mind that for the time being, Tobii Ghost supports only the Tobii Tech range of eye trackers such as the ET5 and 4C. Best Wishes.

    #20911
    Jared
    Participant

    Thank you for the response Grant.
    Really what I want is a magnifying glass you can drag around the screen with your eyes which outputs video to another window. I don’t think Tobii Ghost (as cool as it is) will quite meet that need. Perhaps I will look into writing a custom solution.
    If I purchase a Tobii 5 it should come with the development sdk loaded into the device, right?

    #20912
    Alex [Tobii]
    Participant

    Hi @jhcover
    If you are trying to build some sort of Windows Control solution then there’s already a solution from Tobii Dynavox:

    If you are building something custom, you could try using one of these methods to capture the texture:
    https://github.com/mika-sandbox/dotnet-window-capture
    and then crop the rect using gaze data from Tobii Stream Engine API:

    Getting Started

    #20913
    Jared
    Participant

    Thanks so much for the info, Alex. I will probably try to use that dotnet-window-capture library with the Tobii Stream Engine API just like you said.

    #20927
    Grant [Tobii]
    Keymaster

    Thanks for your understanding Jared. Please do let us know how you get on and if you can, it would be great to share your solution on github for the benefit of other users. Best Wishes.

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