Closed Ocareno closed 6 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.
You can now do this - see the EyePositions Processing demo included in the library.
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?