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

Method enumerateDevices

src/libfreenect2.cpp:1143–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141}
1142
1143int Freenect2::enumerateDevices()
1144{
1145 impl_->clearDeviceEnumeration();
1146 return impl_->getNumDevices();
1147}
1148
1149std::string Freenect2::getDeviceSerialNumber(int idx)
1150{

Callers 3

mainFunction · 0.45
initializeMethod · 0.45
mainFunction · 0.45

Calls 2

getNumDevicesMethod · 0.80

Tested by

no test coverage detected