Skip to content

Node kinect binding with libfreenect and libusb-1.0

License

Notifications You must be signed in to change notification settings

rubeniskov/nkinect

Repository files navigation

NKinect

Build Status Coverage Status Version Downloads Node License

Issues Open Issue Resolution

NKinect is a NodeJS binding for using kinect with libfreenect and libusb-1.0

NPM GRID

Getting started

npm install nkinect -g

# nkinect  --backend=<webgl|websocket|mjpeg|tcp|rtmp|>
channels
glview
rtmp
mjpeg

Installation

Linux

Debian/Ubuntu

apt-get update -y && apt-get install git-core build-essential -y

Installation

Install with npm install nkinect --save.

Usage