Forum Discussion
ohadcn
1 year agoHonored Guest
quest pro eye tracking data accuracy?
Hey
I'm want to run some psychological experiments using eye tracking data from Oculus pro and a Unity3d scene.
I read the data using
OVRPlugin.GetEyeGazesStatemethod as described in this response.
Looking into the data - I've noticed that all data samples (from different people, on the same headset) are all having the same eye distance ( (leftEyePosition - rightEyePosition).magnitude is always 0.065m or 65mm, for all the people)
I tried to change lenses distance (physically as instructed in headset fit adjustments) and run eye tracking calibration - but yet in all my data eye distance is 65mm.
Is this kind of data cleansing done by OVRPlugin? Someone else in the forum noticed this behavior? or checked the data and got different distance?
4 Replies
Replies have been turned off for this discussion
- VrDevMVProtege
Hi,
from our own experience, the eye position acquired from the OpenXR API isn't reliable at all. We decided not to use it. However, the eye gaze direction gives a really accurate result.
We conducted an experiment on ~45 different users and the data gathered from the eye gaze vectors can be seen here :
- Triley2099Honored Guest
Is there anything you can provide with how you implemented this in Unity? I am using some eye tracking metrics for my master's thesis!
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago