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
m (Added category tag)
(Removed some ambiguity from the "Supported?" column)
Line 8: Line 8:
 
|-
 
|-
 
| 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
+
| No
 
|
 
|
 
|-
 
|-
 
| Control motor
 
| Control motor
| X
+
| No
 
|
 
|
 
|-
 
|-
 
| Get accelerometer data
 
| Get accelerometer data
| X
+
| No
 
|
 
|
 
|-
 
|-
 
| RGB data callback
 
| RGB data callback
| X
+
| No
 
|
 
|
 
|-
 
|-
 
| Depth data callback
 
| Depth data callback
| X
+
| No
 
|
 
|
 
|}
 
|}

Revision as of 08:23, 24 November 2010

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

Current Status

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


Installation/Configuration

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


Sample Code

puts "puts works"
puts " with line breaks."

print "print works"
print " with no line breaks."

printf("\n\nprintf formats numbers like %7.2f, and
strings like %s.",3.14156,"me")

(Random code I lifted from somewhere that's not Kinect related just to show how this page should look)