Skip to content

callumparker/Kinect-HTML5

 
 

Repository files navigation

Kinect-HTML5 (Version 2)

Display Kinect version 2 data on an HTML5 canvas using WebSockets.

  • Color frames
  • Depth frames
  • Bodies

Displaying Kinect body data on an HTML5 canvas

Description

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

The application acts as a WebSocket server, transmitting new body data whenever Kinect version 2 frames are available. The web page uses WebSockets to get the Kinect version 2 data and display it 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 version 2 data on a HTML5 canvas using WebSockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.6%
  • JavaScript 22.0%
  • HTML 1.3%
  • CSS 1.1%