Skip to content

s-bl/pyvicon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 +)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.7%
  • Python 19.3%