ahsanazim / eye_tracking_research

Chrome extension client + main project home
0 stars 3 forks source link

put tobii server in talon .py file OR try alternative #7

Open ahsanazim opened 5 years ago

ahsanazim commented 5 years ago

BENEFIT: won't be reading from a log file and then sending; can send gaze coordinates as soon as they're obtained

you can try to put the entire server into the eye_mon ... .py file's on_gaze function

complication: will the socket packages be loaded there?

Alternative: load the talon package into your server.py file, and run that manually. You will hopefully receive gaze coordinates and be able to send