|
EDIA Core 0.6.0
A Unity XR toolbox for research
|
Interface for pushing eye tracking data to an LSL (Lab Streaming Layer) stream. More...
Properties | |
| Constants.EyeId | EyeId [get, set] |
| Get or set the identifier for the eye (LEFT, RIGHT, CENTER). | |
Interface for pushing eye tracking data to an LSL (Lab Streaming Layer) stream.
Required in order not to need to make EDIA LSL a dependency for EDIA Eye.
|
getset |
Get or set the identifier for the eye (LEFT, RIGHT, CENTER).
summary> Builds and pushes a sample with eye tracking data.
| eyePositionLocal | The local eye position. |
| eyeRotationLocalEuler | The local eye rotation in Euler Angles. |
| pupilDiameter | The diameter of the pupil. Default is 0f. |
| openness | The openness of the eye. Default is 0f. |
| confidence | The confidence level of the eye tracking data. Default is 0f. |
| timestampEt | The eye tracker timestamp. Default is 0f. |
| timestampLsl | The LSL timestamp. Default is 0 and will timestamp the sample on sending. |