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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...