Pablo Prietz
Pablo Prietz
@zora-wxy How did you generate the `world_lookup.npy` file? And do you have a `world_timestamps.npy` file, too?
Please try the following approach: 1. Delete all `world*`files 2. Use [this script](https://gist.github.com/papr/d3e9d3863b934d1d4893e91b3f935ed1) to convert the externally recorded video to generate the correct timestamps. 3. Install this [overlay plugin](https://gist.github.com/papr/ad8298ccd1c955dfafb21c3cbce130c8), open...
@mdcutone Hi! Just wanted to let you know that we (Pupil Labs) have had good experiences with such an approach in [our own software](https://github.com/psychopy/psychopy/pull/4187). Especially, since it also works for...
Since we use the manylinux image to build the wheels, this should no longer be an issue. ``` pip install pupil-detectors>=2.0.2 ```
Possible since https://github.com/pupil-labs/pupil/releases/v1.11
Happy to hear back from you! For now, I suggest doing the following: 1. Fork the pyuvc repository 1. Check out the `ga-build` branch 1. Init and update the submodules...
As a first step, please uninstall version 0.15.0 of PYUVC. Secondly, please set this env var before running the pip install command: ```bash export FORCE_LOCAL_LIBUVC_BUILD=ON ``` I have also added...
To apply your custom libuvc changes, see steps 5 and 6. With the setting above, it should be building the libuvc that is checkout in the `libuvc-source` submodule. @yurikleb Please...
Does this include removing `Zre_msg.py`—since it seems to follow an deprecated protocol version (at least for incoming notifications)—and replacing it with an appropriate PyreEvent class, mirroring https://github.com/zeromq/zyre/blob/master/src/zyre_event.c?
Closing due to no activity