Home › Forums › Software Development › Tobii Pro Fusion with python, cannot print gaze data › Reply To: Tobii Pro Fusion with python, cannot print gaze data
16/05/2023 at 14:56 #23238
Jonas Högström
Participant
the variable left_pd will not have a value until the first gaze sample has arrived, and that typically takes a second or so. try doing your logic in the callback instead of directly after you subscribe.