Software solutions for receiving Open Sound Control (OSC) data from a Qualisys motion capture system running Qualisys Track Manager (QTM).
MAX/MSP Patch
Python Script
- python-osc
- keyboard
- pywin32 - If you are using a different OS just comment the code block that starts with 'ONLY WINDOWS' (line 102). The point of this code is detecting when the process is killed so that it can stop the streaming data, you can implement the same feature for your OS if needed.
-
The original version of the Max patch was developed by Alexander Refsum Jensenius in 2009.
-
Python script developed by Pedro Lucas in 2021.