MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / start

Method start

io/src/image_grabber.cpp:825–835  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

823
824///////////////////////////////////////////////////////////////////////////////////////////
825void
826pcl::ImageGrabberBase::start ()
827{
828 if (impl_->frames_per_second_ > 0)
829 {
830 impl_->running_ = true;
831 impl_->time_trigger_.start ();
832 }
833 else // manual trigger to preload the first cloud
834 impl_->trigger ();
835}
836
837///////////////////////////////////////////////////////////////////////////////////////////
838void

Callers

nothing calls this directly

Calls 1

triggerMethod · 0.45

Tested by

no test coverage detected