Skip to content

Instantly share code, notes, and snippets.

View Skwidensky's full-sized avatar

Charles Swedensky Skwidensky

View GitHub Profile
import time
import tobii_research as tr
global_gaze_data = None
def gaze_data_callback(gaze_data):
global global_gaze_data
print gaze_data # nothing happens
global_gaze_data = gaze_data