void DeviceONI::stopIRStream () throw (OpenNIException) { if (hasIRStream() && ir_stream_running_) ir_stream_running_ = false; }
void DeviceONI::startIRStream () throw (OpenNIException) { if (hasIRStream() && !ir_stream_running_) ir_stream_running_ = true; }
void DeviceONI::stopIRStream () { if (hasIRStream() && ir_stream_running_) ir_stream_running_ = false; }
void DeviceONI::startIRStream () { if (hasIRStream() && !ir_stream_running_) ir_stream_running_ = true; }
void openni_wrapper::DeviceONI::stopIRStream () { if (hasIRStream() && ir_stream_running_) ir_stream_running_ = false; }
void openni_wrapper::DeviceONI::startIRStream () { if (hasIRStream() && !ir_stream_running_) ir_stream_running_ = true; }