I am conducting a reaction time experiment and I want to use a Tobii T120 eyetracker to collect eye gaze and pupillometry data.
Now, I have read the SDK manual several times and I got the sample codes from the SDK (EyetrackerBrowser.py and SyncWatcher.py) to run; but I still don't know how to implement the eyetracker code into the experiment code. For example, I don't know how to call the eyetracker once the computer has connected to it to start collecting data; I don't know how to run the calibration; I don't know how to save the data; I know the names of those commands, they are all listed in the SDK handbook, but I don't know how to use them, especially in connection with the EyetrackerBrowser that is supposed to create an eyetracker object once it connected to the eyetracker - of this eyetracker object again I don't know the name ...
What I think I really need is just any example code from any experiment, that shows how to use the Tobii commands to get eye gaze data and pupillometry data.