Notice: MediaWiki has been updated. Report any rough edges to marcan@marcan.st
Ruby Wrapper: Difference between revisions
From OpenKinect
Jump to navigationJump to search
LostInCake (talk | contribs) (Creating a template of sorts for wrapper pages.) |
LostInCake (talk | contribs) m (Added category tag) |
||
Line 31: | Line 31: | ||
| | | | ||
|} | |} | ||
== Installation/Configuration == | == Installation/Configuration == | ||
Line 36: | Line 37: | ||
# Step two | # Step two | ||
# Step three | # Step three | ||
== Sample Code == | == Sample Code == | ||
Line 50: | Line 52: | ||
(Random code I lifted from somewhere that's not Kinect related just to show how this page should look) | (Random code I lifted from somewhere that's not Kinect related just to show how this page should look) | ||
[[Category:Wrappers]] |
Revision as of 06:08, 24 November 2010
This effort will provide a wrapper to access the Kinect through Ruby.
Current Status
Feature | Supported? | Notes |
---|---|---|
Connect to Kinect (heh) | X | Not started main development |
Control LED | X | |
Control motor | X | |
Get accelerometer data | X | |
RGB data callback | X | |
Depth data callback | X |
Installation/Configuration
- Step one
- Step two
- 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)