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