Tracking gaze interactions outside the window

Brian Whitmer 6 Reputation points
2020-01-25T00:51:09.037+00:00

Looking at the new eye gaze tracking functionality:

https://learn.microsoft.com/en-us/windows/uwp/design/input/gaze-interactions

Is there a way to track gaze events for the whole screen, instead of just those that happen in the app window? I want to be able to use eye gestures as a sort of shortcut tool, but so far I can only figure out how to track gaze point data when my app window has focus.

Any pointers would be much appreciated!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,108 questions
Universal Windows Platform (UWP)
{count} vote

3 answers

Sort by: Most helpful
  1. Roy Li - MSFT 31,766 Reputation points Microsoft Vendor
    2020-01-27T02:14:09.43+00:00

    Hello,

    Welcome to Microsoft Q&A!

    UWP apps could only get the events that happen inside its window. This is by design. UWP apps are different from traditional desktop apps. UWP apps can't handle such global system events like click events or gaze interactions outside the window. So this is not possible to implement this in UWP apps.

    Thank you.

    1 person found this answer helpful.

  2. James Dailey - MSFT 336 Reputation points Microsoft Employee
    2020-01-27T20:08:50.88+00:00

    Gaze tracking (GT) is a new technology and will likely change and expand in the future. At this time the GT capabilities are available in UWP only. Because of this they function within the context of your app's window.

    To capture gaze for the full screen you can expand your app to full screen. However, it sounds like your intent is to get gaze tracking for the entire system independent of the active window. Unfortunately this is not possible with the current GT implementation.

    Do you have a specific scenario where you need access to gaze tracking for the entire system? If so please post it here in the comments. I can pass it along to the GT team so they can be aware of how our devs would like to use GT.

    1 person found this answer helpful.

  3. Ogunseiju, Omobolanle 1 Reputation point
    2021-06-08T00:04:17.83+00:00

    What does 'dt' in the eye tracking data represent? Is there a way to get the fixations?

    0 comments No comments