Hi there,
i’ve sucessfully installed tobii-research in an anaconda environment on my Windows machine. But when running…
>> import tobii_research as tr
>> eyetrackers = tr.find_all_eyetrackers() # returns ()
… no eyetracker is found.
But the connection via “Glasses 3 Controller” works finde via Ethernet and via Wifi.
I’ve testet Python 3.10 and Python 3.80 but that has not changed anything.
The package is also installed correctly. Commands like >> system_time_stamp = tr.get_system_time_stamp() << work just fine.
Thanks in advance!:)