AugustoEst / gazetrack

This library enables the use of different eye-trackers on the Processing environment.
33 stars 10 forks source link

Checking which eye is open. #1

Closed Ocareno closed 6 years ago

Ocareno commented 7 years ago

Is it possible to check whether an eye is open or not? ie: if(left eye is open) do a thing;

Also, is there a reference online?

AugustoEst commented 7 years ago

The library does not allow you to check which eye is open, only if the eye data is available (i.e., any of the eyes are open).

The Tobii SDK allows for this, so you're welcome to update the library.

AugustoEst commented 6 years ago

You can now do this - see the EyePositions Processing demo included in the library.