OpenCv 2.48 +OpenNI 2.x + Kinect
-
hallo ,
ich habe die Installation opencv und openni richtig gemacht aber irgenwie kann ich nicht mein Kinect camera open. Hat jemand eine Idee , woran liegt das?
VideoCapture capture;
capture.open(CV_CAP_OPENNI);
//registrationif( !capture.isOpened() ){
cout << "Can not open a capture object." << endl;
return -1;
}cout << "ready" << endl;
-
Steckt der Stecker?