# How to calibrate eyes without using hands or controller

**URL:** https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176
**Category:** Input/Interaction
**Tags:** unity
**Created:** [July 7, 2023, 2:39pm UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176 "2023-07-07T14:39:53Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![julien.villiger](https://avatars.discourse-cdn.com/v4/letter/j/50afbb/32.png) [@julien.villiger](https://forum.magicleap.cloud/u/julien.villiger)
#### Post date: [July 7, 2023, 2:39pm UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176/1 "2023-07-07T14:39:54Z")

</div>

Dear community,

I was wondering if it's possible to go through the eye calibration process without using the hands or the controller. I managed to launch the eye calibration app from my Unity app, but still, it's mandatory to select the eye-tab, start the calibration process and after successfull calibration, confirm a window to close the app again. Hence, three controller (or hand) clicks are necessary. But unfortunately, my app heavily relies on an accurate eye-tracking and prevents the use of hands or a controller.

Is there some kind of API to calibrate the eyes directly within my Unity app? Or could I jump directly into the calibration process without having to manually press the button beforehand? Or is there any other possibility?

Big thanks for your support.

Kind regards,  
Julien

---

<div class="post-metadata">

### Author: ![ejurinsky](https://avatars.discourse-cdn.com/v4/letter/e/8e7dd6/32.png) [@ejurinsky](https://forum.magicleap.cloud/u/ejurinsky)
#### Post date: [July 12, 2023, 9:05pm UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176/3 "2023-07-12T21:05:16Z")

</div>

MLEyeCalibration is the API that reports eye calibration state only.

@julien.villiger  
We do have custom android intent ([com.magicleap.intent.action.EYE\_CALIBRATION](https://developer-docs.magicleap.cloud/docs/releases/release-2022-may/os-release-notes/included-apps#fit-eye-calib)) that you can use from your app to launch eye calibration process but at the moment you'd need input to complete the process.

you can check capi voice\_intents sample app to see how to launch eye calibration via android intents.

---

<div class="post-metadata">

### Author: ![etucker](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.magicleap.cloud/etucker/32/842_2.png) [@etucker](https://forum.magicleap.cloud/u/etucker)
#### Post date: [July 13, 2023, 3:49pm UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176/4 "2023-07-13T15:49:49Z")

</div>

Hi @julien.villiger,

What is the flow that you are trying to create when calibrating the eyes? Do you want to avoid all input? Would you want to use voice input for calibration? Do you want a module to come up within your app without going to a separate app?

Best,

El

---

<div class="post-metadata">

### Author: ![alain.birchmeier](https://avatars.discourse-cdn.com/v4/letter/a/ed655f/32.png) [@alain.birchmeier](https://forum.magicleap.cloud/u/alain.birchmeier)
#### Post date: [July 21, 2023, 7:02am UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176/5 "2023-07-21T07:02:25Z")

</div>

Hi all,

My collegue went on vacation so I'll answer the questions.

@ejurinsky Thanks for the inputs, we achieve a similar behaviour by launching the app (1 interaction more than with your intent). Still it is needed to click "start" and "quit" which for us is an issue.

@etucker  
The flow that we want to achieve would be to avoid all input. We do not have a preference between a module and a separate app, as long as we can ensure a flow without controller/hand/voice interaction.

General thinking, if the calibration part (looking at the dots) was independant to anything and developer could start it, we could ensure the best calibration results thanks to Magic Leap experience with the addition to customize the calibration flow (explanation to the user / interaction to start/end the calibration / etc). Be it either a module or just a specific flow of the Custom Fit app by calling a specific intent is not what matters.

Thanks for your support

Cheers

Alain

---

<div class="post-metadata">

### Author: ![etucker](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.magicleap.cloud/etucker/32/842_2.png) [@etucker](https://forum.magicleap.cloud/u/etucker)
#### Post date: [August 11, 2023, 9:34pm UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176/6 "2023-08-11T21:34:27Z")

</div>

Hi @alain.birchmeier,

I just wanted to let you know that we have captured your feedback and this is still in progress for us. Thank you for your patience.

Best,

El

---

<div class="post-metadata">

### Author: ![etucker](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.magicleap.cloud/etucker/32/842_2.png) [@etucker](https://forum.magicleap.cloud/u/etucker)
#### Post date: [September 8, 2023, 7:49pm UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176/7 "2023-09-08T19:49:49Z")

</div>

Hi @alain.birchmeier,

Would starting and stopping eye calibration using voice intents be sufficient?

Best,

El

---

<div class="post-metadata">

### Author: ![alain.birchmeier](https://avatars.discourse-cdn.com/v4/letter/a/ed655f/32.png) [@alain.birchmeier](https://forum.magicleap.cloud/u/alain.birchmeier)
#### Post date: [September 11, 2023, 6:47am UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176/8 "2023-09-11T06:47:21Z")

</div>

Hi @etucker,  
thanks for the update. Yes using voice intents is sufficient, as long as it doesn't require inputs (controller or/and hand) to go through the calibation.

---

<div class="post-metadata">

### Author: ![alain.birchmeier](https://avatars.discourse-cdn.com/v4/letter/a/ed655f/32.png) [@alain.birchmeier](https://forum.magicleap.cloud/u/alain.birchmeier)
#### Post date: [September 26, 2023, 7:55am UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176/9 "2023-09-26T07:55:46Z")

</div>

Hi @etucker,  
Could you please provide an update about the topic? Are you implementing voice commands in the custom fit app? If yes, can you provide an estimation of when it would be available ?

---

<div class="post-metadata">

### Author: ![etucker](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.magicleap.cloud/etucker/32/842_2.png) [@etucker](https://forum.magicleap.cloud/u/etucker)
#### Post date: [September 27, 2023, 7:45pm UTC](https://forum.magicleap.cloud/t/how-to-calibrate-eyes-without-using-hands-or-controller/2176/10 "2023-09-27T19:45:04Z")

</div>

Hi @alain.birchmeier,

I just wanted to let you know that our team is working towards a solution for you. I am unable to provide a timeline at this time. However, I will keep you updated as soon as I learn more.

Best,

El
