Difference between revisions of "Puppetry"

From Robert-Depot
Jump to: navigation, search
(Created page with "= Getting osceleton running on a new computer= ==Install OpenNI== * installer http://code.google.com/p/simple-openni/downloads/list?can=2&q=Installer+osx *OSX **I made a little i...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Home | <<< back to Wiki Home]]
 +
 
= Getting osceleton running on a new computer=
 
= Getting osceleton running on a new computer=
 
==Install OpenNI==
 
==Install OpenNI==
Line 15: Line 17:
 
==Install osceleton==
 
==Install osceleton==
 
*https://github.com/downloads/Sensebloom/OSCeleton/osceleton-v1.2.1_OSX.zip
 
*https://github.com/downloads/Sensebloom/OSCeleton/osceleton-v1.2.1_OSX.zip
 +
 +
==Install osceleton examples==
 +
*from here
 +
*processing examples need outdated box2d code
 +
**http://cycling74.com/forums/topic.php?id=29469&page=2&bb_attachments=156514&bbat=1929
  
 
==Install SimpleOpenNI==
 
==Install SimpleOpenNI==
Line 21: Line 28:
 
**Copy the 'SimpleOpenNI.zip' into this folder:
 
**Copy the 'SimpleOpenNI.zip' into this folder:
 
**/Users/'your username'/Documents/Processing/libraries
 
**/Users/'your username'/Documents/Processing/libraries
I**f you don't have this folder then create it.
+
**if you don't have this folder then create it.
 +
 
 +
=Usage=
 +
 
 +
*Streaming live to processing:
 +
**<code> ./osceleton -w -a 192.168.0.45 </code>
 +
*Saving to file:
 +
**<code> ./osceleton -w -a 192.168.0.45 -s simpleloop.oni </code>
 +
*Streaming from file to processing:
 +
**<code> ./osceleton -w -a 192.168.0.45 -i simpleloop.oni </code>

Latest revision as of 07:34, 7 September 2013

<<< back to Wiki Home

Getting osceleton running on a new computer

Install OpenNI

    • Install OpenNI the short way
    • Download the Installer
      • Unzip the file and open a terminal window
      • Go to the unzipped folder 'OpenNI_NITE_Installer-OSX'
      • > cd ./OpenNI_NITE_Installer-OSX
    • Start the installer
      • > sudo ./install.sh

Install osceleton

Install osceleton examples

Install SimpleOpenNI

  • Install SimpleOpenNI (Processing < 2.0)
    • Download SimpleOpenNI
    • Copy the 'SimpleOpenNI.zip' into this folder:
    • /Users/'your username'/Documents/Processing/libraries
    • if you don't have this folder then create it.

Usage

  • Streaming live to processing:
    • ./osceleton -w -a 192.168.0.45
  • Saving to file:
    • ./osceleton -w -a 192.168.0.45 -s simpleloop.oni
  • Streaming from file to processing:
    • ./osceleton -w -a 192.168.0.45 -i simpleloop.oni