MCPcopy 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
507void getDepthFileName(int num, char* csName)
508{
509 sprintf(csName, "%s/Depth_%d.raw", CAPTURED_FRAMES_DIR_NAME, num);
510}
511
512void getIRFileName(int num, char* csName)
513{

Callers 2

findUniqueFileNameFunction · 0.85
captureSingleFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected