Notice: MediaWiki has been updated. Report any rough edges to marcan@marcan.st

Difference between revisions of "Roadmap"

From OpenKinect
Jump to: navigation, search
(added link to Pure Data)
m (fix space)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
* C
 
* C
 
* C++
 
* C++
* [[CSharp_Wrapper| .NET]] (C#/VB.NET)
+
* [[CSharp_Wrapper|.NET]] (C#/VB.NET)
* Java ([[Java_JNA_Wrapper| JNA]] and [[Java_JNI_Wrapper| JNI]])
+
* Java ([[Java_JNA_Wrapper|JNA]] and [[Java JNI Wrapper|JNI]])
* [[Python_Wrapper| Python]]
+
* [[Python Wrapper|Python]]
* [[C_Sync_Wrapper| C Synchronous Interface]]
+
* [[C Sync Wrapper|C Synchronous Interface]]
  
 
Community members are exploring the possibility of also exposing the API to:
 
Community members are exploring the possibility of also exposing the API to:
* OpenCV (in progress by [[User:brandyn| Brandyn]])
+
* OpenCV (in progress by [[User:brandyn|Brandyn]])
* MATLAB (in progress by [[User:brandyn| Brandyn]])
+
* MATLAB (in progress by [[User:brandyn|Brandyn]])
 
* AS3
 
* AS3
 
* Processing
 
* Processing
* Pure Data [http://lists.puredata.info/pipermail/pd-list/2011-06/089218.html|1] [http://lists.puredata.info/pipermail/pd-list/2011-06/089261.html|2]
+
* Pure Data [http://www.matthiaskronlachner.com/?p=299 pix_freenect] [https://github.com/badgeek/fux_kinect fux_kinect]
* LabView (in progress by [[User:Ryan_Gordon| Ryan Gordon]])
+
* LabView (in progress by [[User:Ryan Gordon|Ryan Gordon]])
 
* Network sockets
 
* Network sockets
 
* Data socket engineering
 
* Data socket engineering

Latest revision as of 04:15, 12 October 2015

In the current roadmap, there are several pieces of distributable software that we will produce:

libfreenect

The libfreenect software includes all code necessary to activate, initialize, and communicate data with the Kinect hardware. This includes drivers and a cross-platform API that works on Windows, Linux, and OS X. The API will have bindings and extensions for these languages/platforms:

Community members are exploring the possibility of also exposing the API to:

If your favorite language/platform/software is not listed here, you can jump in and help develop it.

This distributable is located in the https://github.com/OpenKinect/libfreenect/ repository.

OpenKinect Analysis Library

Final name TBD

This library communicates with the OpenKinect API and analyzes the raw information into more useful abstractions. The initial featureset has not been determined, but anything related to the following ideas would go into this library:

  • hand tracking
  • skeleton tracking
  • other depth processing
  • 3D audio isolation coning?
  • audio cancellation (perhaps a driver feature?)
  • Point cloud generation
  • Inertial movement tracking with the built in accelerometer or an attached WiiMote
  • 3d reconstruction
  • GPU acceleration for any of the above

Clearly this is a large effort and requires cross-discipline coordination with academic experts, developers, testers, and users. It will also take many months or years to complete this effort. It will go faster if you help contribute!

OpenKinect Apps

This includes sample code, tech demos, and any out-of-the-box applications we decide to build and include.