Stream Kinect RGB data to web browser using HTML5 and websocket

808 views Asked by At

I know this topic is not new. I've seen and read some of the articles and resources discussing and even have the demo on how to stream the Kinect data to web browser.

I have an application written in VB.NET and I wanted to ONLY stream the RGB to the web browser. I couldn't find a detailed explanation on how I should modify the codes or how to use the plug-in provided step by step.

I have found the source code for streaming skeleton data to web browser and it's working, but now I want to stream the RGB data. I have seen a lot of website talking about node.js and web socket. But the question is how to use them? anybody please answer~ Thanks!

0

There are 0 answers