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

Method start

src/libfreenect2.cpp:886–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886bool Freenect2DeviceImpl::start()
887{
888 return startStreams(true, true);
889}
890
891bool Freenect2DeviceImpl::startStreams(bool enable_rgb, bool enable_depth)
892{

Callers 1

Freenect2ImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected