Home Forums Software Development UWP Gaze not working when package is installed

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8911
    Colin
    Participant

    I have developed a simple UWP app that works well when launched from Visual Studio 2017. However, when I created a package and installed on another PC the gaze interaction does not work.

    *Eye Gaze device is recognized, works and can be calibrated using the Tobii tool.
    *App install without error
    *App launched and runs without error
    *App correctly prompts and request approval to use the eye gaze device
    *App recognizes that the eye gaze device is attached

    However, none of the gaze functionality works.

    Any thoughts, ideas?

    #8914
    Grant [Tobii]
    Keymaster

    Hi @colingorton, and thanks for your query.

    The first thing to check is that the Tobii DLL’s are being correctly deployed within the installed program on the other system?
    Namely, Tobii.EyeX.Client.dll, Tobii.Interaction.Model.dll & Tobii.Interaction.Net.dll

    Also, whilst this isn’t a solution, but just to check that the program will run OK on the other computer via Visual Studio?

    I assume on the other PC, the full Tobii Core software suite is installed?

    In the meantime, I am investigating if there is a special consideration for UWP applications, thanks for your patience.

    #8917
    Colin
    Participant

    Thanks for your advice, it started me looking in the right place, I found that the reference to the Tobii client had been lost, so I used NuGet to restore. Now, eye gaze functionality is working when installed on the client machine.

    #8921
    Grant [Tobii]
    Keymaster

    Hi @colingorton, ah great glad to hear you got it working! It would be helpful to other users if you could kindly post the details of your solution here. Thanks a lot!

    #8936

    Hi @colingorton, you should not need to use the tobii nuget packages if you are targeting UWP. The eye tracking APIs are built into the Windows platform from the start. I would suggest to remove the tobii nuget package and see if it still works.

    I suspect that the issue that you ran into on the other machine might be something else. If you run into it again, please check which Windows build that the failing machine have (version 1803 or 1809). You can find it by running winver.exe.

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