Can I get the coordinates of the point on the screen which I am looking at, through this algorithm?
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.
Waiting for the response
@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?
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
@utkarsh2211 I am also interested. Thanks
i am looking to do the same
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.