| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Interface Abstraction for Motion Capture System APIs such as VICON, OptiTrack, Qualisys, Nokov, FZMotion, or VRPN.
This can be used as C++ library or Python package. For Python, use
pip install motioncapture
For C++, follow the instructions below.
This is a fork of https://github.com/USC-ACTLab/libmotioncapture/ with the following changes:
By default, libmotioncapture supports the following hardware:
CMake flags can be used to disable individual systems in CMakeLists.txt.
sudo apt install libboost-system-dev libboost-thread-dev libeigen3-dev ninja-build
git submodule init git submodule update mkdir build cd build cmake .. make
An example application is in examples/main.cpp. Run it using
./motioncapture_example <mocap type> <ip address>
git submodule init git submodule update python3 setup.py develop --user python3 examples/python.py
| Back | FazBrowse Home | New Git URL |