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

Difference between revisions of "Main Page"

From OpenKinect
Jump to: navigation, search
(Kinect Themed sites)
Line 8: Line 8:
  
 
Source code is available here: https://github.com/OpenKinect/libfreenect
 
Source code is available here: https://github.com/OpenKinect/libfreenect
 +
 +
Get started right away by [[Getting Started|installing]] the software to your platform.
  
 
== Communications ==
 
== Communications ==
Line 31: Line 33:
 
Channel logs (Daily rotation) can be found at http://falcon4ever.pcsx2.net/kinect/logs/
 
Channel logs (Daily rotation) can be found at http://falcon4ever.pcsx2.net/kinect/logs/
  
= Wiki Page Index =
+
== Project information ==
 
 
=== Project information ===
 
  
* [[Roadmap|Project Roadmap]]
+
===== [[Roadmap|Project Roadmap]] =====
* [[Policies|Project Policies]]
+
===== [[Policies|Project Policies]] =====
* [[Contributing Code]] - How to contribute code
+
===== [[Contributing Code]] - How to contribute code =====
* [[Contributing]] - There many ways to contribute besides coding
+
===== [[Contributing]] - There many ways to contribute besides coding =====
* [[Code Integration]] - How to deal with how we use git
+
===== [[Code Integration]] - How to deal with how we use git =====
* [[Getting Started]] - Downloading and building OpenKinect
+
===== [[Getting Started|Installation]] - How to download, build and install OpenKinect =====
* [[People]] - Who is doing what
+
===== [[People]] - Who is doing what =====
* [[Gallery]] Videos and links to things people are doing with OpenKinect  
+
===== [[Gallery]] Videos and links to things people are doing with OpenKinect =====
* [[FAQ]]
+
===== [[FAQ]] =====
* [[Logo_Proposals|Logo Proposals]]
+
===== [[Logo_Proposals|Logo Proposals]] =====
* [[Project_ideas|Project Ideas]]
+
===== [[Project_ideas|Project Ideas]] =====
  
=== API Documentation ===
+
== API Documentation ==
  
 
* [[High Level]] - High-level API documentation
 
* [[High Level]] - High-level API documentation
  
=== Wrappers ===
+
== Wrappers ==
 
* [[Python_Wrapper|Python]]
 
* [[Python_Wrapper|Python]]
 
* [[C_Sync_Wrapper|C Synchronous]] - Provides functions to get data instead of callbacks
 
* [[C_Sync_Wrapper|C Synchronous]] - Provides functions to get data instead of callbacks
Line 58: Line 58:
 
* [[Java_Wrapper|Java]]
 
* [[Java_Wrapper|Java]]
  
=== Utilities ===
+
== Utilities ==
 
* [[fakenect#Record|Record]] - Dumps Kinect data to PPM, PGM, and a bin dump for RGB, Depth, and Accel respectively.
 
* [[fakenect#Record|Record]] - Dumps Kinect data to PPM, PGM, and a bin dump for RGB, Depth, and Accel respectively.
 
* [[fakenect|Fakenect]] - libfreenect simulator/mock interface that lets you use the kinect demos without having a kinect (plays back data from [[fakenect#Record|Record]])
 
* [[fakenect|Fakenect]] - libfreenect simulator/mock interface that lets you use the kinect demos without having a kinect (plays back data from [[fakenect#Record|Record]])
  
=== Knowledge base ===
+
== Knowledge base ==
  
 
* [[lsusb output]] - Device identifier output
 
* [[lsusb output]] - Device identifier output
Line 76: Line 76:
 
== Links ==
 
== Links ==
  
=== Installation/Compilation Guides ===
+
''' Installation/Compilation Guides '''
 
* [[Installation/Compilation Guides]]
 
* [[Installation/Compilation Guides]]
 
* http://www.spoofscript.com/blog/?p=327 - Compiling OpenKinect on a stubborn OSX 10.6.5
 
* http://www.spoofscript.com/blog/?p=327 - Compiling OpenKinect on a stubborn OSX 10.6.5
  
=== Comment Threads ===
+
''' Comment Threads '''
 
* http://ladyada.net/learn/diykinect/ - How the Kinect was hacked very detailed overview of what was involved  
 
* http://ladyada.net/learn/diykinect/ - How the Kinect was hacked very detailed overview of what was involved  
 
* http://www.adafruit.com/blog/2010/11/04/the-open-kinect-project-the-ok-prize-get-1000-bounty-for-kinect-for-xbox-360-open-source-drivers/ - Adafruit's competition. Comment thread contains list of some of the people working on this.
 
* http://www.adafruit.com/blog/2010/11/04/the-open-kinect-project-the-ok-prize-get-1000-bounty-for-kinect-for-xbox-360-open-source-drivers/ - Adafruit's competition. Comment thread contains list of some of the people working on this.
 
* http://hackaday.com/2010/11/04/kilobuck-open-kinect-project-prize/ - Hackaday's coverage of the bounty. Again, interesting comment thread.
 
* http://hackaday.com/2010/11/04/kilobuck-open-kinect-project-prize/ - Hackaday's coverage of the bounty. Again, interesting comment thread.
  
=== Tech ===
+
''' Tech '''
  
 
* http://www.ifixit.com/Teardown/Microsoft-Kinect-Teardown/4066/ - Hardware teardown. Chip info is here. (via adafruit)
 
* http://www.ifixit.com/Teardown/Microsoft-Kinect-Teardown/4066/ - Hardware teardown. Chip info is here. (via adafruit)
Line 95: Line 95:
 
* http://www.dwheeler.com/essays/floss-license-slide.html Which licenses are compatible with which
 
* http://www.dwheeler.com/essays/floss-license-slide.html Which licenses are compatible with which
  
=== Kinect Themed sites ===
+
''' Kinect Themed sites '''
 
* http://www.reddit.com/r/openkinect/ OpenKinect news and discussion community
 
* http://www.reddit.com/r/openkinect/ OpenKinect news and discussion community
 
* http://www.kinectHacks.net - Kinect hacking blog and forum
 
* http://www.kinectHacks.net - Kinect hacking blog and forum
Line 102: Line 102:
 
* http://www.Bodensee-Deal.de/ - Kinect hacking news in German
 
* http://www.Bodensee-Deal.de/ - Kinect hacking news in German
  
=== Random ===
+
''' Random '''
  
 
* Linux contribution procedure http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/SubmittingPatches
 
* Linux contribution procedure http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/SubmittingPatches
 
* Git project contribution procedure http://git.kernel.org/?p=git/git.git;a=blob_plain;f=Documentation/SubmittingPatches;hb=HEAD
 
* Git project contribution procedure http://git.kernel.org/?p=git/git.git;a=blob_plain;f=Documentation/SubmittingPatches;hb=HEAD

Revision as of 04:17, 5 December 2010

Welcome to the OpenKinect project

About

OpenKinect is an open community of people interested in making use of the amazing Xbox Kinect hardware with our PCs and other devices. We are working on free, open source libraries that will enable the Kinect to be used with Windows, Linux, and Mac.

Some general information about how Kinect works can be found in this document.

Source code is available here: https://github.com/OpenKinect/libfreenect

Get started right away by installing the software to your platform.

Communications

If you want to participate or just watch the progress of the OpenKinect effort, subscribe to the [OpenKinect mailing list]. In the application form, please tell us something about yourself and you'll be approved automatically. You could also subscribe to a low-traffic [announcement-only mailing list].

You can follow us on Twitter http://twitter.com/openkinect Please use the #tag #openkinect when tweeting your work

You can meet people in your area working on OpenKinect through Meetup Groups:

You can also chat with people developing on OpenKinect software on IRC: #OpenKinect on irc.freenode.net.

If you need an IRC client, check:

Channel logs (Daily rotation) can be found at http://falcon4ever.pcsx2.net/kinect/logs/

Project information

Project Roadmap
Project Policies
Contributing Code - How to contribute code
Contributing - There many ways to contribute besides coding
Code Integration - How to deal with how we use git
Installation - How to download, build and install OpenKinect
People - Who is doing what
Gallery Videos and links to things people are doing with OpenKinect
FAQ
Logo Proposals
Project Ideas

API Documentation

Wrappers

Utilities

  • Record - Dumps Kinect data to PPM, PGM, and a bin dump for RGB, Depth, and Accel respectively.
  • Fakenect - libfreenect simulator/mock interface that lets you use the kinect demos without having a kinect (plays back data from Record)

Knowledge base

Links

Installation/Compilation Guides

Comment Threads

Tech

Kinect Themed sites

Random