GazeTracking icon indicating copy to clipboard operation
GazeTracking copied to clipboard

Can I get the coordinates of the point on the screen which I am looking at, through this algorithm?

Open utkarsh2211 opened this issue 6 years ago • 6 comments

I have divided the screen into 9 parts (3x3). I want to know whether I can get the precise location of the screen coordinates I am looking at or only the blocks using horizontal and vertical gaze ratio which are for example top right, top left, bottom center, etc.

utkarsh2211 avatar Apr 22 '19 11:04 utkarsh2211

Waiting for the response

utkarsh2211 avatar Apr 26 '19 11:04 utkarsh2211

@utkarsh2211 , how did the screen split? I am working on a code and I need to do the same. Could you help me with this?

EderSant avatar Sep 11 '19 01:09 EderSant

Hi @utkarsh2211 i'm working on the same code did you find any solution to get the coordinates of the point on the screen which I am looking at ? thanks

Med69iker avatar Apr 27 '20 17:04 Med69iker

@utkarsh2211 I am also interested. Thanks

pedromargolles avatar Apr 29 '20 08:04 pedromargolles

i am looking to do the same

olbotta avatar May 20 '22 11:05 olbotta

I am trying to do the same thing. Right now I’m just using a neural network to do this by moving the cursor around the screen and recording the horizontal and vertical ratios to train a network. You could also use some match to figure out how much the horizontal and vertical ratios effect the position looking at on screen.

SpideyZac avatar Jun 14 '22 05:06 SpideyZac