I wanna use vive tracker as rigid body.
- Python OSC client streams Vive trackers' transforms.
- It might be simpler than using ofxOpenVR if you do not want to use Vive as HMD...
- Tested on Windows 10 only.
- Setup HTC Vive.
- Install Anaconda Package for Python 3.6
- Although this addon does not depend on triad_openvr, this instruction is also applicable to disable HMD requirement,
pip install pyopenvr
pip install python-osc
- Run Anaconda Prompt and go to
ofxViveTracker-OSC/client
directory, then
python vivetracker_osc.py --host [HOST] --port [PORT] --fps [FPS]
- OF0.9.8 + VS2015 on Windows 10