throni3git
throni3git
Hi, i'm trying to find a reliable library to play sound cross platform, so i stumbled upon this nice lib. It works better than PyAudio on Linux, but sadly my...
i am interested in the very fresh `headless.py` script. but on my system (Win10 with a HTC Vive) i get `xr.exception.TimeInvalidError: The provided basetype:XrTime was zero, negative, or out of...
A small step to get the Python bindings working: make it installable with recent setuptools. I added a minimalistic `pyproject.toml` file with the build dependencies, disabled them in `setup.py` and...
When turning a watchman-connected tracker device off and on again, the global scene solver failed due to some old scenes and the `handle_transfer` function in `src/driver_vive.libusb.h` did not go to...
This prevents `solve_global_scene` in `poser_mpfit.c` from breaking when no object is found for calibration.
This broke my program flow sometimes. See #311
**Describe the bug** In rare occasions, libsurvive (running `api_example.c`) stops working in `survive_disambiguator::handle_lightcap` if `_le->length == 0`. I get this more often, when i move a controller while libsurvive is...
**Describe the bug** I am trying to find a way to reestablish a communication from a Vive Controller (or Vive Tracker) after it was turned off and on again. In...
In some cases the MPFit fitting procedures (used in `poser_mpfit.c`) fails as there are some Not-a-Numbers in the processing. This pull request solves this issue for me (see #277 )...