- This topic has 1 reply, 2 voices, and was last updated 7 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › EyeXHost Gaze Tracking
Tagged: GazeAware, GazeTracking
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?
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.