-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Hi,
I have a nullpointerexeption with any of the examples, e.g. AveragePointTracking.
The line which gives me the error is:
kinect.enableDepth(true);
This is the exception:
Exception in thread "Animation Thread" java.lang.NullPointerException
at org.openkinect.processing.Kinect.enableDepth(Kinect.java:84)
at AveragePointTracking$KinectTracker.(AveragePointTracking.java:108)
at AveragePointTracking.setup(AveragePointTracking.java:37)
at processing.core.PApplet.handleDraw(PApplet.java:2241)
at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:243)
at processing.core.PApplet.run(PApplet.java:2140)
at java.lang.Thread.run(Thread.java:680)
I have this error both with Processing 2.08b and 1.5.1. on OSX Snow Leopard 10.6.8.
My Kinect sensor is Xbox360 1473 model.
I wonder if anybody has this problem with this sensor, assuming everything is working with 1414 model.
Any fix/hint for this?