Hello,
I am having problems setting up my eye tribe eye tracker with MATLAB.
I have tried to open a TCP connection using the code given in the eyetribe toolbox:
connection = tcpip('localhost', 5666);
fopen(connection);
However, the error message:
'Error in ==> eyetribe_init at 18
connection = tcpip('localhost', 5666);
Error in ==> EXAMPLE at 9
[success, connection] = eyetribe_init('test');'
Please help, I can't start collecting data until I have the eye tracker up and running,
Thank you