microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6.01k stars 2.12k forks source link

Eye tracking support with external camera #4241

Closed DominicBoettger closed 2 years ago

DominicBoettger commented 5 years ago

Describe the problem

The eye tracking needs to be simulated via different key presses.

Describe the solution you'd like

It would be great to be able to add an external camera to simulate the eye tracking in unity.

wiwei commented 5 years ago

@DominicBoettger, do you have any other details on what you'd like to see here? i.e. is this external camera like a real image-camera (which we then maybe do some sort of ML/stuff to figure out what you're looking at on screen?) Or is this a request for maybe some 6dof controller toggle that will enable some "eye gaze pointer thing?"

DominicBoettger commented 5 years ago

@wiwei I think it's not needed to have a special ML stuff. It would be sufficient to use eye tracking hardware like TOBII eye tracker or something similar.

Zee2 commented 2 years ago

Closing as stale.