XR Gaze Interactor - Quest Pro Support

Maybe a fairly straight-forward question, since I don’t have much experience here yet.
Switching from XRI 2.5 to 3.0.3 has been difficult for my projects requiring Eye Gaze capabilities
using Quest Pro.
The description of XR Gaze Interactor states, that additional providers are necessary to update certain components as specified in the documentation.
Could someone point me into the right direction, as where to find those additional components?
What am I missing?

Gaze support with Quest Pro in XRI has never been properly supported. We had an adapter sample, but it had many flaws and ended up removing it. The key issue is that it requires meta’s xr sdk to use and isn’t natively exposed via the input system, which is required for XRI to support it. We had previously created a custom input device to funnel the data, but this didn’t end up working properly on device, only in the editor.

When Meta supports eye gaze via a native openxr extension, we’ll be happy to revisit this. In the interim, XRI’s eye gaze support is supported with HoloLens 2 and PSVR2.

Moreover, given the architectural changes in XRI 3.0, we’d like to revisit eye gaze generally when that day comes.

1 Like

Thanks for the clarification. We were unsure, since the documentation does not clearly state, that Gaze support is currently not supported.
Reverting back to 2.5 and using the Meta Eye Gaze Adapter will be our way to go in that case. It has worked well enough for our purposes.
Let’s hope for official meta support in the future.

Out of curiosity, what exactly are you using eye gaze support for with Quest Pro?

In theory it should be possible to adjust that adapter for use in 3.0, in fact it will be easier to integrate the pose data thanks to the new Input Reader architecture in 3.0, but it will likely take some work given that our new Near-Far Interactor may not work with every part of the gaze interactor workflow.

If 2.5 works well for you though, that’s great.

1 Like

We aim to integrate eye tracking into our Brain-Computer-Interface Workflow to create hybrid BCIs.
And since the Quest Pro has proven to work well in the past with our other systems, we wanted to continue to do so.
Other capabilities, like the Hand Gesture Detection, have been motivating us to upgrade to 3.0.
The Eye Gaze would only be used to get the current gaze vector as well as the object the user is currently looking at, so nothing out of the ordinary.
Do you really estimate, that adjusitng the adapter would work under 3.0 ?