Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MarcusKohnert/FluentKinect

Set up a Kinect Sensor in a fluent style.
https://github.com/MarcusKohnert/FluentKinect

Last synced: 24 days ago
JSON representation

Set up a Kinect Sensor in a fluent style.

Awesome Lists containing this project

README

        

FluentKinect
============

Set up a Kinect Sensor in a fluent style.

var sensor = await KinectConnector.GetKinect();

sensor.EnableColorStream()

.EnableSkeletonStream()

.EnableDepthStream()

.Seated()

.NearMode()

.Start();