EDIA Core 0.6.0
A Unity XR toolbox for research
Loading...
Searching...
No Matches
Edia.ILslEyeOutlet Interface Reference

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).

Detailed Description

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.

Property Documentation

◆ EyeId

Constants.EyeId Edia.ILslEyeOutlet.EyeId
getset

Get or set the identifier for the eye (LEFT, RIGHT, CENTER).

summary> Builds and pushes a sample with eye tracking data.

Parameters
eyePositionLocalThe local eye position.
eyeRotationLocalEulerThe local eye rotation in Euler Angles.
pupilDiameterThe diameter of the pupil. Default is 0f.
opennessThe openness of the eye. Default is 0f.
confidenceThe confidence level of the eye tracking data. Default is 0f.
timestampEtThe eye tracker timestamp. Default is 0f.
timestampLslThe LSL timestamp. Default is 0 and will timestamp the sample on sending.

The documentation for this interface was generated from the following file:
  • D:/Felix/Projects/EDIA/edia_core/Assets/com.edia.core/Runtime/Base/Scripts/Utilities/Interfaces.cs