XRTK / com.xrtk.lumin

The Lumin platform components for the XRTK
https://github.com/XRTK/XRTK-Core
MIT License
3 stars 4 forks source link

Implement eye tracking #5

Open StephenHodgson opened 5 years ago

StephenHodgson commented 5 years ago

Overview

Implement eye tracking features

Requirements

provencher commented 5 years ago

One thing to note about eye tracking on ML is that eye gaze does not automatically filter out blinks. I think its possible to detect blinks and we can filter them out manually.

Also, its a bit noisy, so it would be good to add smoothing options