Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1143
int Freenect2::enumerateDevices()
1144
{
1145
impl_->clearDeviceEnumeration();
1146
return impl_->getNumDevices();
1147
}
1148
1149
std::string Freenect2::getDeviceSerialNumber(int idx)
1150
{
Callers
3
main
Function · 0.45
initialize
Method · 0.45
main
Function · 0.45
Calls
2
clearDeviceEnumeration
Method · 0.80
getNumDevices
Method · 0.80
Tested by
no test coverage detected