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

Method openDevice

src/libfreenect2.cpp:1164–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162}
1163
1164Freenect2Device *Freenect2::openDevice(int idx)
1165{
1166 return openDevice(idx, createDefaultPacketPipeline());
1167}
1168
1169Freenect2Device *Freenect2::openDevice(int idx, const PacketPipeline *pipeline)
1170{

Callers 3

mainFunction · 0.80
deviceOpenMethod · 0.80
mainFunction · 0.80

Calls 5

PrintBusAndDeviceClass · 0.85
sleep_forFunction · 0.85
openMethod · 0.80
getNumDevicesMethod · 0.80

Tested by

no test coverage detected