Jump to content

Manual of SRanipal SDK


Recommended Posts

Posted

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.

Posted

I found that you could see the parameters from the following html file.

SRanipal_SDK_1.0.0.0_Eye\Eye\02_Unity\Document\Document_Unity.html

 

image.png.12e9c446b42616fb4d2c89f239b7fc84.png

Archived

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

×
×
  • Create New...