Skip to content

Latest commit

 

History

History
70 lines (40 loc) · 1.49 KB

README.md

File metadata and controls

70 lines (40 loc) · 1.49 KB

freenect2

Nim bindings for libfreenect, the the cross-platform library for Kinect for Windows v2.

About

This package contains bindings to libfreenect2 for the Nim programming language. libfreenect2 is an open source cross-platform driver for Kinect for Windows v2 devices that currently supports transfer of RGB, IR and depth images.

Older Kinect devices are not supported. For Kinect for Windows v1 and Kinect for Xbox 360 use the bindings in freenect for libfreenect instead.

Supported Platforms

This package currently supports the following platforms:

  • Linux
  • MacOS X
  • Windows

Prerequisites

Linux

TODO

MacOS X

TODO

Windows

TODO

Dependencies

This package does not have any dependencies to other Nim packages at this time.

Usage

Import the libfreenect2 module from this package to make the bindings available in your project:

import libfreenect2

Support

Please file an issue, submit a pull request or email us at [email protected] if this package is out of date or contains bugs. For all other issues related to Kinect devices visit the OpenKinect Wiki below.

References