Home Forums Software Development EyeXHost Gaze Tracking

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5758
    Dkranc
    Participant

    I have some buttons that are gaze activated – meaning, when the user looks at them the start a countdown to click, and when they leave the countdown resets itself. I want to make it that if the button loses gaze AND the EyeXHost Gaze Tracking value is “GazeNotTracked” it should freeze,
    The problem is that a button loses gaze before the program changes the Gaze Tracking value
    Is there anyway to accomplish this?

    #5816
    Grant [Tobii]
    Keymaster

    Hi @damndy,

    So in order to get this working, you will need to restructure the code. There is nothing we can do to change the flow of events, the current order is the most logical and there is no setting to change it.
     
    If you wants to achieve a different flow, one way of solving the problem would be to not reset the countdown until after a small amount of time has elapsed, and if gaze is lost during that time, freeze the button instead.

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