Home › Forums › Software Development › Please help me on the windows 10 sdk screen coordinates are not accurate
Tagged: win10 gaze trace
- This topic has 2 replies, 2 voices, and was last updated 8 years, 1 month ago by Grant [Tobii].
- AuthorPosts
- 28/10/2016 at 20:29 #5887zhuwuyanParticipant
I win7 one, written by the desktop code
CodeVar eyeXHost = new EyeXHost ();
Var lightlyFilteredGazeDataStream = eyeXHost.CreateGazePointDataStream (GazePointDataMode.LightlyFiltered);
EyeXHost.Start ();
LightlyFilteredGazeDataStream.Next + = (s, e) =>
{
Px = (int) e.X;
Py = (int) e.Y;
SetCursorPos (px, py);
}}By getting the screen coordinates of gaze, move the mouse, the accuracy is better.
But when I generated the exe program, into another win10 notebook above, when the test was found to be inaccurate, the right area will not move to the left part of the can not be moved to the overall inaccurate, very distressed, but tobiieyex Management procedures gaze trace of the bubble found that this is indeed very accurate,
My win10 screen resolution is 1920 * 1080, change the text, application and other items size 125%.
My win7 screen resolution is 1600 * 900.In the end what happened, very distressed. If you can manage the program gaze trace
29/10/2016 at 08:18 #5889zhuwuyanParticipantSet compatibility Now seems to be a lot better, if the gaze trace bubble algorithm to open source like, I can better learn this piece of coordinates.
31/10/2016 at 11:16 #5896Grant [Tobii]KeymasterHi @zhuwuyan,
No doubt you must be aware that using the EyeX as some intended mouse replacement, will NOT work in the manner you have created. Eye Tracking with the EyeX is intended to work in conjunction with traditional input devices and the accuracy and noise of eye tracking is such that an accurate mouse replacement software is destined to fail.
That being said, you might try to adjust your DPI on Windows 10 to 100% and see if that correct the issue.
We are indeed working on including further code, including the gaze overlay into future releases.
- AuthorPosts
- You must be logged in to reply to this topic.