Home Forums Software Development EyeX gaze data stream in Matlab Reply To: EyeX gaze data stream in Matlab

#3247
Jonathan Cannon
Participant

I tried to get this implementation up and running with my EyeX. The EyeX demo ran fine, and it was tracking my eyes. When the ‘init’ command was run, it was an unsuccessful read:

Warning: Unsuccessful read: The specified amount of data was not returned within the Timeout period.
Attempted to access DATA(1); index out of bounds because numel(DATA)=0.

Any idea how I should try to address this?

Also, I really need data in real time for what I want to do. Is Matlab not the way to go?