Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 752 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 752 Bytes

Install libfreenect and libfreenect wrapper for python in Ubuntu

libfreenect is a userspace driver for the Microsoft Kinect. It runs on Linux, OSX, and Windows and supports

  • RGB and Depth Images
  • Motors
  • Accelerometer
  • LED
  • Audio

Notice: If you have the newer Kinect v2 (XBox One), use OpenKinect/libfreenect2 instead.

Files

Install_libfree_ubuntu.sh - Install libfreenect in Ubuntu 16.04

Install_libfree_python.sh - Install libfreenect wrapper for python on Ubuntu 16.04

Install

Change permission of these file to "Allow executing file as program"

sudo ./Install_libfree_ubuntu.sh

sudo ./Install_libfree_python.sh