Menu

Home

GRVM Bernardo Reis

This is an open-source tool for viewing the depth map information captured by Microsoft's Kinect sensor in a distributed way as a 3D point cloud inside the web browser.

The depth map information is captured using Microsoft's Kinect SDK for Windows, along with color image information, and then it is distributed to any connected client using RakNet network library.

In order to visualize the depth map information, the 3D point cloud is rendered onto an OpenGL window that is embedded into a web page using OsaKit.

Usage information can be found in [Usage Info].

This is a client-server project and from now on the client-side application is going to referred as KinectWebViewer, while server-side application is going to referred as KinectWebServer.


Related

Wiki: Usage Info