MRTK3 should expose a method to query if HoloLens 2 eye tracking is calibrated #11570
Closed
3 tasks
Labels
Milestone
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Overview
MRTK2 had exposed a way to query if HoloLens eye tracking is calibrated. This is useful, because eye tracking doesn't function on HoloLens 2 if the user hasn't calibrated, and apps may want to change UX based on this lack of calibration.
Tasks
API Recommendation
Add standalone helper class like
EyeCalibrationChecker
intoInput
package. Log a "warning" message if this is used on non-UWP platform.Other Possibilities
ActionBasedController
and create aGazeController
, and addbool IsCalibrated()
toGazeController
bool IsCalibrated()
member function toIGazeInteractor
Workaround
The following code can be used to query this information:
Tasks
The text was updated successfully, but these errors were encountered: