Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ getDepthFileName
Function
getDepthFileName
Samples/NiViewer/Capture.cpp:507–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
507
void getDepthFileName(int num, char* csName)
508
{
509
sprintf(csName,
"%s/Depth_%d.raw"
, CAPTURED_FRAMES_DIR_NAME, num);
510
}
511
512
void getIRFileName(int num, char* csName)
513
{
Callers
2
findUniqueFileName
Function · 0.85
captureSingleFrame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected