How to get gaze point on screen

Forum for C#/Windows development

How to get gaze point on screen

Postby 8484hui » 27 Apr 2015, 08:36

Hi,
i am doing a project to have gaze point on screen, i have been figuring out for weeks on how to get it. Any help will be appreciated. Thank you!
8484hui
 
Posts: 16
Joined: 12 Mar 2015, 03:04

Re: How to get gaze point on screen

Postby mashrufz » 20 Jul 2015, 17:49

This is the first code you run right?

public void OnGazeUpdate(GazeData gazeData)
{
double gX = gazeData.SmoothedCoordinates.X;
double gY = gazeData.SmoothedCoordinates.Y;

}
mashrufz
 
Posts: 7
Joined: 15 Jul 2015, 13:03


Return to C#



cron