imarin18 Posted September 26, 2019 Share Posted September 26, 2019 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 More sharing options...
imarin18 Posted September 26, 2019 Author Share Posted September 26, 2019 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.