Today I discovered that the eyetribe sdk version TheEyeTribeSDK-0.9.77-x86.exe is hanging on the function call m_api.disconnect()
I am runing Win10 64 Bit. Connects and streams data fine but hangs on disconnect.
Can anyone else verify?
Next I downloaded the latest tet-cpp-client from github updated on May 18th, recompiled my source and now it won't even connect to the eye tracker. This time it's failing to connect to the socket in the file gazeapi_socket.cpp in the while() on line 63 while( error && endpoint_iterator != end ) the error value returned is 10061, that's all I can make sense out of.
I am going to revert to an earlier sdk version and follow up.
If anyone has any info or can at least verify some/all of this I'd appreciate it!
BTW the server and UI work fine. I haven't tried samples written in other languages, presumably they are fine, and my USB connection is fine too -- I tested with two different eye trackers and 2 different cables on 3 different computers.