Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Actions based on Gaze Tracking

Hi,

I have a query regarding the Gaze Tracking feature in Microsoft HoloLens. Is it possible for HoloLens to trigger different actions for holograms based on gaze timer? For e.g., instead of using gestures or voice to take actions on a hologram, can a action be taken based on gaze tracking and on the basis of the time used to gaze that hologram? Are there any applications supported by HoloLens that implements this feature?

Thanks & Regards,
John

Best Answer

  • Options
    trzytrzy ✭✭✭
    Answer ✓
    Yes, you can do this. You'd have to program it yourself, though, which should be easy.

    At the AWE2017 conference a few weeks back, I saw a very cool interface based on this principle. No gestures, no clicking, and no linger-to-select. It's called "Quantum Interface" (http://quantuminterface.com/) and they actually have a patent on the use of velocity and relative motion (IIRC) in user interfaces, so be careful. They have implemented their interface on all kinds of devices, from iOS to HoloLens to ODG R7. If this is for a commercial project, you may want to look into licensing it. I've tried it on HoloLens and found it very intuitive and fast. Surprising that no one else seems to have thought of it!

Answers

  • Options
    trzytrzy ✭✭✭
    Answer ✓
    Yes, you can do this. You'd have to program it yourself, though, which should be easy.

    At the AWE2017 conference a few weeks back, I saw a very cool interface based on this principle. No gestures, no clicking, and no linger-to-select. It's called "Quantum Interface" (http://quantuminterface.com/) and they actually have a patent on the use of velocity and relative motion (IIRC) in user interfaces, so be careful. They have implemented their interface on all kinds of devices, from iOS to HoloLens to ODG R7. If this is for a commercial project, you may want to look into licensing it. I've tried it on HoloLens and found it very intuitive and fast. Surprising that no one else seems to have thought of it!
Sign In or Register to comment.