Home | History | Annotate | Download | only in src

Lines Matching refs:device

135     openni::Device device;
234 status = device.open(deviceURI);
237 CV_Error(CV_StsError, cv::format("OpenCVKinect: Device open failed see: %s\n", openni::OpenNI::getExtendedError()));
242 //device.setDepthColorSyncEnabled(true);
245 status = depth.create(device, openni::SENSOR_DEPTH);
271 status = color.create(device, openni::SENSOR_COLOR);
336 status = device.open(filename);
469 propValue = const_cast<CvCapture_OpenNI2 *>(this)->device.getDepthColorSyncEnabled();
502 isSet = device.setDepthColorSyncEnabled(propValue > 0.0) == openni::STATUS_OK;
545 propValue = device.getImageRegistrationMode();
577 if( !device.getImageRegistrationMode() == mode )
579 if (device.isImageRegistrationModeSupported(mode))
581 openni::Status status = device.setImageRegistrationMode(mode);
596 openni::Status status = device.setImageRegistrationMode(openni::IMAGE_REGISTRATION_OFF);