Eitol / tobii_eye_tracker_linux_installer

Installation and testing of tobii eye tracker in Ubuntu 18.10
156 stars 29 forks source link

Connect #7

Open DPC901229 opened 2 years ago

DPC901229 commented 2 years ago

When I use TobiiEyeManager I can find my device X2-30 but when I run the example the program always stop here because of the url,why? char url[256] = {0}; error = tobii_enumerate_local_device_urls(api, url_receiver, url); assert(error == TOBII_ERROR_NO_ERROR && *url != '\0');