Hi: Now,I want to get the user’s interest in a picture,such as the user’s eyes fixed on the picture where more than 5 seconds,so,How can I achieve this function? thank you!
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.