Page 1 of 1

Using EyeTracker as Switch without Calibration

PostPosted: 17 Nov 2014, 20:52
by tjakobs
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

Re: Using EyeTracker as Switch without Calibration

PostPosted: 05 Feb 2015, 16:31
by joaquingonzalezaravena
I found useful to have some interaction without any calibration. Would be great to rollback that feature

Re: Using EyeTracker as Switch without Calibration

PostPosted: 05 Feb 2015, 18:47
by Martin
Will look into this. It should be designed to callback regardless of calibrated or not, still useful to have pupil-positions and sizes.

Re: Using EyeTracker as Switch without Calibration

PostPosted: 09 Feb 2015, 11:29
by Anders
In order to be able to look into this, we first need to know what SDK you are referring to? Is it C#, Java, C++ or Objective-C?

Also, what release/version are you using? You can see this by going to 'releases' in the GitHub project in question.

Re: Using EyeTracker as Switch without Calibration

PostPosted: 13 Aug 2015, 21:06
by tjakobs
We're using C#. This occurs when using SDK version 0.9.56.

Re: Using EyeTracker as Switch without Calibration

PostPosted: 04 Sep 2015, 00:01
by ryklin
Here is an interesting and related problem.

My program automatically starts the eyetribe server and starts collecting data. It's very easy to use (i plan to post it for the public soon but it's still in beta). Anyway, here is a new concern. Lets assume that the user just unpacked the eyetribe and connected it, then starts my 3rd party program. What happens... it connects but the tracker seems to not work. Why not? Because the user never ran the initial calibration. There's no way for my program to check that.

It would be great if you can add a function call that asks isEyeTrackerCalibrated() or isEyeTrackerCalibrationLoaded() so that if it returns false, we can either notify the user that they need to calibrate, or start the EyeTribe UI automatically.