Skip to content

Streams Kinect motion data as JSON through WebSocket

License

Notifications You must be signed in to change notification settings

oinuar/kinect-motion

Repository files navigation

KinectMotion

This repository contains tools to make Kinect devices to stream their data in JSON format through WebSocket. It gives you full power to utilize Kinect device and integrate it easily to any program. See examples directory for example integrations.

Requirements

kinect-motion-server will work only in Windows. This is because I explorered different integrations and many them were buggy and prone to noise. Microsoft's Kinect SDK interface is a clear winner since it is fast and can output very good quality frames.

How to get it running?

  1. Connect Kinect V2 device to computer.
  2. Compile kinect-motion-server.
  3. Start kinect-motion-server.
  4. Open examples/complex.html in a web browser that supports WebSockets.
  5. Build something awesome.

About

Streams Kinect motion data as JSON through WebSocket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages