- This topic has 1 reply, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › Development for 4C
I recently purchased a Tobii 4C Eye Tracker and I am trying to create a program that lets me select an option from the screen and perform a certain output.
I would like to have a control panel on the screen with 4 or more buttons. If I were to fixate on a particular button, an output would be generated, in relation to that particular button.
How would I go about doing so?
Hi Ankush,
I would recommend to look at our sample code for using interactive eye tracking we have on github at https://github.com/Tobii/interaction-samples .
There is sample code in there for WPF and Windows Forms that should get you started.
/Denny