kinect : NulPointerException
in
Contributed Library Questions
•
1 year ago
Hello everyone!!
I was trying to conect the kinect sensor with Processing using the openKinect Library of Daniel Shiffman but i'm geting a NulPointerException when trying to run the sketch, saying that "no kinect device has been detected".
Does anyone knows if i have to pre-instal something else before using this library?
Below the code from Shiffman.
I was trying to conect the kinect sensor with Processing using the openKinect Library of Daniel Shiffman but i'm geting a NulPointerException when trying to run the sketch, saying that "no kinect device has been detected".
Does anyone knows if i have to pre-instal something else before using this library?
Below the code from Shiffman.
import org.openkinect.*; import org.openkinect.processing.*;
// Kinect Library object Kinect kinect;
kinect = new Kinect(this); kinect.start();
kinect.enableRGB(true);
I would really appreciate your help!
Best,
Luiza
1