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

Method start

src/openni2/VideoStream.cpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147// from StreamBase
148
149OniStatus VideoStream::start()
150{
151 driver_dev->start();
152 running = true;
153 return ONI_STATUS_OK;
154}
155void VideoStream::stop()
156{
157 driver_dev->stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected