Difference between revisions of "Puppetry"

From Robert-Depot
Jump to: navigation, search
(Install SimpleOpenNI)
Line 26: Line 26:
 
**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=
 
=Usage=

Revision as of 04:55, 22 August 2012

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