https://github.com/lightbuzz/kinect-html5
Display Kinect data on an HTML5 canvas using WebSockets
https://github.com/lightbuzz/kinect-html5
Last synced: 10 months ago
JSON representation
Display Kinect data on an HTML5 canvas using WebSockets
- Host: GitHub
- URL: https://github.com/lightbuzz/kinect-html5
- Owner: LightBuzz
- License: apache-2.0
- Created: 2013-12-12T22:11:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T15:42:33.000Z (about 5 years ago)
- Last Synced: 2025-04-05T16:51:16.720Z (about 1 year ago)
- Language: C#
- Size: 744 KB
- Stars: 68
- Watchers: 13
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kinect-HTML5
============
Display Kinect data on an HTML5 canvas using WebSockets.
* Color frames
* Depth frames
* Body skeletons

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
---
* [Kinect for Windows](http://amzn.to/1k7rquZ) or [Kinect for XBOX](http://amzn.to/1dO0R0s) sensor
* [Kinect for Windows SDK v1.8](http://go.microsoft.com/fwlink/?LinkID=323588)
WebSockets
---
Read more about WebSockets in the book [Getting Started with HTML5 WebSocket Programming, by Vangos Pterneas](http://amzn.to/19cvMj9).
Credits
---
* Developed by [Vangos Pterneas](http://pterneas.com) for [LightBuzz](http://lightbuzz.com)
* The WebSocket server application uses [Fleck, by Jason Staten](https://github.com/statianzo/Fleck)
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](https://github.com/LightBuzz/Kinect-HTML5/blob/master/LICENSE).