KineTcl
Update of "OpenNI Notes"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: fb5d9d4e85938fdeb31eb10ef6f0f28882f7e7e3
Page Name:OpenNI Notes
Date: 2011-12-04 21:51:41
Original User: aku
Parent: f143e603c29be9ef817fff6f9a59f9d865eebf58 (diff)
Content

<== Back To Notes

Links

This is a framework abstracting away from hardware devices and image processing for particular tasks (like user/hand/skeleton tracking).

The framework itself and a sensor driver 'node' from the PrimeSense sensor of the Kinect look to be open source, under LGPL.

A set of image processing tasks seems to be available as well, under the name of NITE. This part doesn't seem to be open (in terms of source), but freely available as binary modules.

The core APIs looked to be C++, per the examples shown, however the documentation makes it clear that the C++ is actually a wrapper around the true APIs, which are plain C.

Compared to OpenKinect the Sensor piece is at the same level as that, with the framework itself, and NITE, then sitting on top.