Pablo Prietz

Results 104 comments of Pablo Prietz

Closing due to inactivity

The current `develop` branch requires Python 3.7 due to the `numpy>=1.20` requirement not providing support for py3.6 any longer. In addition, #2274 uses `asyncio.run()` which is only available in Python...

Changing the subscription topic is the correct approach. What type of error did you receive?

Make sure that 1.) you have calibrated (in this case you should be receiving gaze after subscribing to `gaze`), and that 2.) the online fixation detector is running. Go to...

Hi, please change the subscription prefix from `fixation.` to `fixations`. The fixation topic does not follow the same naming convention as the gaze data.

Also, you should not subscribe to `gaze` if you only process 20 messages. Since gaze is estimated at a high frequency, it is unlikely that you will receive a fixation...

These are the recommended changes: ```diff - zmq.core.setsockopt(sub_socket, 'ZMQ_SUBSCRIBE', 'gaze.'); - zmq.core.setsockopt(sub_socket, 'ZMQ_SUBSCRIBE', 'fixation.');%added myself,have a problem, no data + zmq.core.setsockopt(sub_socket, 'ZMQ_SUBSCRIBE', 'fixations');%added myself,have a problem, no data ``` Be...

See https://github.com/pupil-labs/pyglui/tree/pyproject branch

I think @Windsooon has encountered this while installing pyglui on macOS as well. We were not able to locate the cause of this issue yet. Which hardware and operating system...

No, he is talking about the clipped submenu.