This repository was archived by the owner on Mar 19, 2018. It is now read-only.
CallToPowerLegacy/libkinect_aux
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
libkinect_aux
=============
About
----------------------------------------
Kinect Auxiliary Library
Provides easy access to kinect acceleration sensor, motor and LED.
Requirements
----------------------------------------
- CMake
http://cmake.org/
- libusb
http://www.libusb.org/
Compilation
----------------------------------------
- mkdir build && cd build
- cmake -D CMAKE_BUILD_TYPE=Release ..
- make