Individual eye tracking
AnsweredIs there a way to track the individual eye movement and angles of both eye? I would like to know where each eye is independently pointed to in the case of people with eye problems, they can still use this. I saw that you have a single eye mode, and a dual eye mode, but this is not the same. Thank you!
-
Official comment
Even when doing mono eye tracking it is possible to obtain the gaze vectors for the left and right eyes separately. You can do this using the API function:
SFVR_GazeVector GetGazeVector(EFVR_Eye eye)
by specifying for which eye you want the gaze vector.
Comment actions
Please sign in to leave a comment.
Comments
4 comments