Hi All,
A few months ago, we put together an application that used this eye tracker as a blink switch. Back then, the SDK would call OnGazeUpdate as soon as we added the listener to it. This was really nice because it meant that we did not have to make our users calibrate the eye tracker just to use it as a switch. The population we are working with do not have the ability to direct their eyes to where they want a cursor to move but instead use a scanning keyboard. Recently, the SDK has been updated to not call OnGazeUpdate until a calibration has occurred. Is there a way to get around this? Can the SDK be changed back to allow OnGazeUpdate to work as before?
Thank you