Error on Library HELP!!!

edited April 2014 in Kinect

I am creating a project with Processing 2.1.1 with this code:

import processing.opengl.*;
import SimpleOpenNI.*;
import kinectOrbit.*;
KinectOrbit myOrbit;
SimpleOpenNI kinect;
void setup()
{
size(800, 600, OPENGL);
myOrbit = new KinectOrbit(this, 0);
kinect = new SimpleOpenNI(this);
// enable depthMap generation
kinect.enableDepth();
}

which is on my manual book but i got an error, the programs stops and processing tells me to update the library... WHAT CAN I DO???

Comments

Sign In or Register to comment.