Home Forums Community Projects Tracking the eye movement in a WPF application Reply To: Tracking the eye movement in a WPF application

#18227
Aditya Gundawar
Participant

Hello,
Using the link you have provided above, we tried all the 3 kinds of streams available. The “CreateGazePointDataStream” and “CreateFixationDataStream” provide us with erroneous values. The maximum value given by each of these streams are – (1280,800) whereas the monitor resolution is 1920×1080. These streams, as you can see are not giving us values between (-1, 1) as well.
Are there any particular steps that need to be followed to make these streams give their output in the correct range?