Turn off confirmation messages of eye calibration in Hololens 2

Randazzo Mattia 20 Reputation points
2024-12-13T14:02:21.46+00:00

Hello,

I am developing an application for Hololens 2 controlled by eye-tracking. I have used the "eye calibration checker" script from one of the examples to launch the calibration routine when a new user wears the headset.

In order to complete the calibration, the user has to press a button, two times, with their hand. Since the targets of my solution may not be able to neither move their arms nor speak while using the app, I would like to know whether it is possible in any way to change these steps. As an example, by replacing the confirmation through button press with a timer.

Thank you in advance for your help!

HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
406 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ying Li - MSFT 1,300 Reputation points Microsoft Vendor
    2024-12-16T08:06:19.62+00:00

    Hello, Welcome to Microsoft Q&A,

    I assume you used the prefab and script from the Eye Tracking Sample of MRTK.

    Could you tell me which confirmation messages you want to turn off?

    This “eye tracking rocks!” dialog can be removed by modifying the EyecalibrationChecker.cs script.User's image

    The following permissions dialog that the user will be prompted with is from the system and cannot be removed by modifying the EyecalibrationChecker.cs  scriptUser's image


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.