Jump to content

Manual of SRanipal SDK


Recommended Posts

I currently develop VR designs on Unity and use SRanipal SDK for eye tracking.

Would it be possible for you to provide the manual/guideline of SRanipal SDK? For example, the following are the codes to output the data of pupil dilation. I would like to know the information of parameters that we can use.

 

EyeData eyeData = new EyeData();

SRanipal_Eye.GetEyeData(ref eyeData);

Debug.Log("Left pupil: " + eyeData.verbose_data.left.pupil_diameter_mm);

 

Thank you very much for the guidance you could provide.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...