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

Difference between revisions of "Ruby Wrapper"

From OpenKinect
Jump to: navigation, search
(Creating a template of sorts for wrapper pages.)
 
(Sample Code)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
This effort will provide a wrapper to access the Kinect through Ruby.
 
This effort will provide a wrapper to access the Kinect through Ruby.
 +
 +
== About ==
 +
 +
== Who is involved ==
 +
Coordinator/Development: Aditya Gaddam ([[User:LostInCake]])
  
 
== Current Status ==
 
== Current Status ==
Line 8: Line 13:
 
|-
 
|-
 
| Connect to Kinect (heh)
 
| Connect to Kinect (heh)
| X
+
| No (Possible values are Yes/No/Partial)
 
| Not started main development
 
| Not started main development
 
|-
 
|-
 
| Control LED
 
| Control LED
| X
+
| yes
 
|
 
|
 
|-
 
|-
 
| Control motor
 
| Control motor
| X
+
| yes
 
|
 
|
 
|-
 
|-
 
| Get accelerometer data
 
| Get accelerometer data
| X
+
| No
 
|
 
|
 
|-
 
|-
 
| RGB data callback
 
| RGB data callback
| X
+
| No
 
|
 
|
 
|-
 
|-
 
| Depth data callback
 
| Depth data callback
| X
+
| No
 
|
 
|
 
|}
 
|}
 +
 +
== Demos / Videos ==
 +
Some demo links / videos / images will go here
  
 
== Installation/Configuration ==
 
== Installation/Configuration ==
Line 36: Line 44:
 
# Step two
 
# Step two
 
# Step three
 
# Step three
 +
  
 
== Sample Code ==
 
== Sample Code ==
<source lang="ruby" border="1">
 
puts "puts works"
 
puts " with line breaks."
 
 
print "print works"
 
print " with no line breaks."
 
  
printf("\n\nprintf formats numbers like %7.2f, and
+
this project is dead as it seams (correct me if i'm wrong) ... here's an active one: https://github.com/pachacamac/rinect
strings like %s.",3.14156,"me")
 
</source>
 
  
(Random code I lifted from somewhere that's not Kinect related just to show how this page should look)
+
[[Category:Wrappers]]

Latest revision as of 02:05, 6 January 2011

This effort will provide a wrapper to access the Kinect through Ruby.

About

Who is involved

Coordinator/Development: Aditya Gaddam (User:LostInCake)

Current Status

Feature Supported? Notes
Connect to Kinect (heh) No (Possible values are Yes/No/Partial) Not started main development
Control LED yes
Control motor yes
Get accelerometer data No
RGB data callback No
Depth data callback No

Demos / Videos

Some demo links / videos / images will go here

Installation/Configuration

  1. Step one
  2. Step two
  3. Step three


Sample Code

this project is dead as it seams (correct me if i'm wrong) ... here's an active one: https://github.com/pachacamac/rinect