MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / start

Method start

src/openni2/DeviceDriver.cpp:202–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 this->config = config;
201 }
202 void start() {
203 WriteMessage("Freenect2Driver::Device: start()");
204 if (device_stop) {
205 device_used = true;
206 device_stop = false;
207 thread = new libfreenect2::thread(&DeviceImpl::static_run, this);
208 dev->start();
209 }
210 }
211 void stop() {
212 WriteMessage("Freenect2Driver::Device: stop()");
213 if (!device_stop) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected