fgolemo / pyvicon

Python 3 wrapper over Vicon DataStream SDK (1.7.0 +)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyvicon

Minimal python 3 wrapper over Vicon Datastream SDK. It keeps the SDK structure and naming convention as much as possible.

Tested with OS :

  • Ubuntu 16.04 LTS

Tested with Vicon SDK :

  • 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).

Install

sudo python3 setup.py install

TODO

  • Implement less "popular" functions

Contribution

Always welcome!

About

Python 3 wrapper over Vicon DataStream SDK (1.7.0 +)

License:GNU General Public License v3.0


Languages

Language:C++ 71.1%Language:Python 28.9%