qualisys_python_sdk
qualisys_python_sdk copied to clipboard
Python implementation of the real-time protocol for Qualisys Track Manager
Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Hi, I'm using QTM (v 2021.2) and qtm_rt (v 3.0.1) with RT protocol on python (v1.23) on windows. I have some issues with the example "stream_6dof_example.py" like explained in: https://www.qualisys.com/video-tutorials/how-to-use-the-python-sdk-for-qtm/...
Modified the QT example to be compatible wit QT6 via the PySide6 bindings. Also changed the discovery function to be multi platform compatible.
Hello, when importing qtm_rt (`qtm_rt/__innit__.py`) it is affecting the root logger rather than the expected "qtm_rt" logger. This therefore causes all subsequent logging calls from my program to duplicate output....
## Description QRTConnection.start's doc string states, that one has to in control to successfully call the function: It seems that this is indeed not the case for playback from file....
Either when using `packet = await connection.get_current_frame(components=["3d", "force"])` or `await connection.stream_frames(components=["3d", "force"], on_packet=on_packet)`, the frequency at which the data is available significantly drops when the subject (equipped with markers) enters...