https://github.com/rubeniskov/nkinect
Node kinect binding with libfreenect and libusb-1.0
https://github.com/rubeniskov/nkinect
addon binding depth kinect libfreenect nodejs video wrapper
Last synced: about 1 year ago
JSON representation
Node kinect binding with libfreenect and libusb-1.0
- Host: GitHub
- URL: https://github.com/rubeniskov/nkinect
- Owner: rubeniskov
- License: mit
- Created: 2017-08-18T15:40:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T19:17:11.000Z (over 8 years ago)
- Last Synced: 2025-04-06T04:06:56.918Z (about 1 year ago)
- Topics: addon, binding, depth, kinect, libfreenect, nodejs, video, wrapper
- Language: C++
- Size: 46.9 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NKinect
[![Build Status][travis-badge]][travis-url]
[![Coverage Status][coverage-badge]][coverage-url]
[![Version][version-badge]][npm-url]
[![Downloads][downloads-badge]][npm-url]
[![Node][node-badge]][npm-url]
[![License][license-badge]][license-url]
[![Issues Open][issues-open-badge]][issues-url]
[![Issue Resolution][issues-reso-badge]][issues-url]
[NKinect][site-url] is a NodeJS binding for using kinect with libfreenect and libusb-1.0
[![NPM][npm-img]][npm-url]
[![GRID][coverage-img]][coverage-url]
## Getting started
```shell
npm install nkinect -g
# nkinect --backend=
channels
glview
rtmp
mjpeg
```
## Installation
### Linux
#### Debian/Ubuntu
```shell
apt-get update -y && apt-get install git-core build-essential -y
```
Installation
============
Install with `npm install nkinect --save`.
Usage
=====
[site-url]: http://nkinect.rubeniskov.com
[npm-url]: https://www.npmjs.com/package/nkinect
[npm-img]: https://nodei.co/npm/nkinect.png?downloads=true
[travis-url]: https://travis-ci.org/rubeniskov/nkinect?branch=master
[travis-badge]: https://travis-ci.org/rubeniskov/nkinect.svg?style=flat-square
[license-url]: LICENSE
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg.svg?style=flat-square
[coverage-url]: https://codecov.io/github/rubeniskov/nkinect
[coverage-img]: https://codecov.io/gh/rubeniskov/nkinect/branch/master/graphs/icicle.svg?width=400&height=72
[coverage-badge]: https://img.shields.io/codecov/c/github/rubeniskov/nkinect.svg?style=flat-square
[slack-url]: http://slack.rubeniskov.com/
[slack-badge]: http://slack.rubeniskov.com/badge.svg?style=flat-square&maxAge=2592000
[version-badge]: https://img.shields.io/npm/v/nkinect.svg?style=flat-square&maxAge=2592000
[downloads-badge]: https://img.shields.io/npm/dm/nkinect.svg?style=flat-square&maxAge=2592000
[node-badge]: https://img.shields.io/node/v/nkinect.svg?style=flat-square
[issues-url]: https://github.com/rubeniskov/nkinect/issues
[issues-open-badge]: http://isitmaintained.com/badge/open/rubeniskov/nkinect.svg
[issues-reso-badge]: http://isitmaintained.com/badge/resolution/rubeniskov/nkinect.svg