Ejemplo n.º 1
0
void DeviceONI::stopIRStream () throw (OpenNIException)
{
  if (hasIRStream() && ir_stream_running_)
    ir_stream_running_ = false;
}
Ejemplo n.º 2
0
void DeviceONI::startIRStream () throw (OpenNIException)
{
  if (hasIRStream() && !ir_stream_running_)
    ir_stream_running_ = true;
}
Ejemplo n.º 3
0
void DeviceONI::stopIRStream ()
{
  if (hasIRStream() && ir_stream_running_)
    ir_stream_running_ = false;
}
Ejemplo n.º 4
0
void DeviceONI::startIRStream ()
{
  if (hasIRStream() && !ir_stream_running_)
    ir_stream_running_ = true;
}
Ejemplo n.º 5
0
void
openni_wrapper::DeviceONI::stopIRStream ()
{
    if (hasIRStream() && ir_stream_running_)
        ir_stream_running_ = false;
}
Ejemplo n.º 6
0
void
openni_wrapper::DeviceONI::startIRStream ()
{
    if (hasIRStream() && !ir_stream_running_)
        ir_stream_running_ = true;
}