TobiiGlassesPyController icon indicating copy to clipboard operation
TobiiGlassesPyController copied to clipboard

Tobii Pro Glasses 2 Python controller

Results 9 TobiiGlassesPyController issues
Sort by recently updated
recently updated
newest added

Hello, I was trying to connect my Tobii glasses to the computer via ethernet, and after putting in the correct device IPv6 I encountered this error: `[DEBUG]: Connecting to the...

An error occurred when I used an IPV6 address. I shall be glad to receive your reply

Hello, thanks for sharing the codes for controlling tobii glasses! I am trying to get a map between videos and gaze data online, but I am getting a map with...

bug

Is there a reason this package depends on these old but oddly specific versions of `opencv-python` and `av`? install_requires=['netifaces', 'opencv-python==4.2.0.32', 'av==8.0.3'], If not, I'd like to suggest to widen /...

https://github.com/ddetommaso/TobiiGlassesPyController/blob/11542ba0c4a08152c27a7d738f7a2e002c97f407/tobiiglassesctrl/controller.py#L193 Hi everyone, Thanks a lot for this very useful toolbox. I have come across an issue line 193 that I have corrected, see below. Otherwise, everything is working fine...

New example added to apps folder called "live_scene_and_gaze_nocalib_using_queues.py". Based on "live_scene_and_gaze_nocalib.py", it includes two modifications: 1. Import queue and threading. Creating a frame_grabber() function. Using this for just processing the...

Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.2.0.32 to 4.8.1.78. Release notes Sourced from opencv-python's releases. 4.8.1.78 OpenCV 4.8.1 release. Important changes: WebP security update for CVE-2023-4863 4.8.0.76 Adds cv2.typing to package. Close #869...

dependencies

When I try to connect to Tobii via ethernet cable, I get the following error. >>> TobiiGlassesController("fe80::52bc:2e3e:d916:f34e%enp0s31f6") [DEBUG]: Connecting to the Tobii Pro Glasses 2 ... [DEBUG]: Disconnecting to the...

When I try to instsall version tobiiglassesctrl==2.4.3, I get the error: 8.137 ERROR: No matching distribution found for opencv-python==4.1.2.30 I have the latest version of pip3. Also when I install...