Home › Forums › Software Development › Get the user's interest in a picture › Reply To: Get the user's interest in a picture
29/09/2016 at 11:47 #5718
Grant [Tobii]
Keymaster
Hi @xuanbw,
It should be a simple case of setting up an gaze aware region (eg on a windows form ) then within the interactor function
that handles what happens when gaze is detected, you can start a timer to count how long the gaze remains there.
I should think this is the easiest way to achieve what you want to do, please let me know otherwise.