Minimal python 3 wrapper over Vicon Datastream SDK. It keeps the SDK structure and naming convention as much as possible.
- Ubuntu 16.04 LTS
- 1.7.0
Download Vicon Datastream SDK here.
Put the .cpp and .h in pyvicon folder. Put the library (.so) somewhere accessible for your os (ex: /usr/local/lib).
sudo python3 setup.py install
- Implement less "popular" functions
Always welcome!