alexfordc / Kinect-HTML5

Display Kinect data on an HTML5 canvas using WebSockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kinect-HTML5

Display Kinect data on an HTML5 canvas using WebSockets.

  • Color frames
  • Depth frames
  • Body skeletons

Displaying Kinect skeleton data on an HTML5 canvas

Description

This project connects a Kinect-enabled application to an HTML5 web page and displays the users' skeletons.

The application acts as a WebSocket server, transmitting new skeleton data whenever Kinect frames are available. The web page uses WebSockets to get the Kinect data and display them on a canvas.

Prerequisites

WebSockets

Read more about WebSockets in the book Getting Started with HTML5 WebSocket Programming, by Vangos Pterneas.

Credits

License

You are free to use these libraries in personal and commercial projects by attributing the original creator of Vitruvius. Licensed under Apache v2 License.

About

Display Kinect data on an HTML5 canvas using WebSockets

License:Apache License 2.0


Languages

Language:C# 86.7%Language:JavaScript 11.5%Language:CSS 1.8%