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

Method openDefaultDevice

src/libfreenect2.cpp:1295–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293}
1294
1295Freenect2Device *Freenect2::openDefaultDevice()
1296{
1297 return openDevice(0);
1298}
1299
1300Freenect2Device *Freenect2::openDefaultDevice(const PacketPipeline *pipeline)
1301{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected