Skip to content

Commit

Permalink
Update TobiiEyeTracking.py
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangGuo1992 authored Aug 28, 2020
1 parent d6db459 commit ceaa4dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TobiiEyeTracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
found_eyetrackers = tr.find_all_eyetrackers()

my_eyetracker = found_eyetrackers[0]
# tobii-ttp://VRU02-5A94AAX04179

print("Address: " + my_eyetracker.address)
# VR4_U2_P2

print("Model: " + my_eyetracker.model)
# vrg1 t2

print("Name (It's OK if this is empty): " + my_eyetracker.device_name)
# VRU02-5A94AAX04179

print("Serial number: " + my_eyetracker.serial_number)

'''
Expand Down

0 comments on commit ceaa4dd

Please sign in to comment.