Home Forums Software Development gazedata for both right and left eye

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #949
    Gazespeaker
    Participant

    Is it possible to receive both left and right gaze point data in the data stream ? I would like to be able to manage the case of alternating strabismus (in detecting the eye actually looking at the screen and using the gaze data of this eye).
    thanks
    Pierre

    #966
    Jenny [Tobii]
    Participant

    Hi Pierre,

    The gaze point data of the individual eyes are available through the Gaze SDK. But even with that I’m not sure it would be possible to do what you want to do.

    When a calibration is being done, the eye tracker calibrates per eye, based on the assumption that the eye-gaze of that eye is actually pointing toward a predefined point on the screen. When a person with strabismus is calibrated, only one eye can be assumed to point toward the predefined point. The other eye may be pointing somewhere else, so the calibration for that eye may be loaded with incorrect values that would lead to unpredictable offsets in the calculated gaze point for that eye. In the case of alternating strabismus, this would be even more unpredictable, since different eyes could be used for focusing different points during the calibration process, and no consistent calibration would be obtained for any single eye.

    One alternative could be to use the default built-in calibration of the eye tracker instead. This would not give a good accuracy of the gaze point, but since it would use consistent calibrations for each eye, offsets should be quite consistent over the screen.

    So, the question is whether the gaze point data from the individual eyes, given these problems getting a good calibration, will be correct enough to be able to decide which eye’s data to use.

    #968
    Gazespeaker
    Participant

    Hi Jenny,

    I would use standard calibration, and decide which eye to use based on the eye looking the most frequently inside the screen boundaries (supposing the other eye is looking somewhere else).

    I will try to use the Gaze SDK directly then.

    Thank you very much for your help.
    Pierre

    #3200
    Pablo
    Participant

    Here’s my solution for anyone interested:
    https://github.com/balancana/GazeMonitor

    #3537
    Matthias M
    Participant

    Hi Pablo

    I just went to your github page. Sorry for my ignorance – but since you are analyzing gaze deviations between the eyes, are you also capable of just analyzing one eye, if the other eye is covered?

    Best, Matthias

    #5844
    Anonymous
    Inactive

    Hi

    For a project in my school I need the gaze position of the right and the left eye. Is it possible do get this data?

    Best wishes, Tamara from Austria

    #5852
    Grant [Tobii]
    Keymaster

    Hi @strabismus,

    Whilst individual eye position and gaze data is available in the Tobii Pro range of eye trackers which are designed for scientific usage, this data is not exposed for the Tobii EyeX Tracker.

    #6662
    HayJay
    Participant

    Hi, first of all I want to state that it is quite sad that you cant get the individual gaze position for each eye, even though it is obviously possible to track individual eyes.

    Now to my actual subject. I need the angle between gaze and screen for my application. Would it be a good approach to use the gaze (of the two eyes) and the mean of the two eye positions to create a ray? In other words, is the gaze position from the two eyes derived form the average of the two individual gaze positions?

    #6696
    Grant [Tobii]
    Keymaster

    Hi @janiss, I understand your frustration, but we were not satisfied with the accuracy of individual gaze position so determined the average was the best means of ensuring a fluid and reliable user experience.

    That being said, yes you can indeed assume that the gaze position is the average of the two eyes, so your methodology should be fine for the gaze angle.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.