How to measure pupil dilation?

Forum for C#/Windows development

How to measure pupil dilation?

Postby acmibalo » 16 Feb 2015, 23:02

Is there a function governing the tracking of pupil's dilation dilation and how it is measured... The task I would like to do is to know if either the user has dilated his/her pupil or not. Do you have any idea how can this be done? Thanks and Sorry for this noob question it's because I am just new to this wonderful technology :) Hope someone could help. Many thanks.
acmibalo
 
Posts: 1
Joined: 01 Dec 2014, 14:41

Re: How to measure pupil dilation?

Postby Anders » 17 Feb 2015, 20:27

According to the API, you get pupil size as part of the frame object once the system is calibrated. Have a look at the open source C# samples for an example of how this is done.
Anders
 
Posts: 124
Joined: 29 Oct 2013, 16:23


Return to C#