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

Method stop

src/openni2/VideoStream.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 return ONI_STATUS_OK;
154}
155void VideoStream::stop()
156{
157 driver_dev->stop();
158 running = false;
159}
160
161// only add to property handlers if the property is generic to all children
162// otherwise, implement in child and call these in default case

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected