MCPcopy 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
512void getIRFileName(int num, char* csName)
513{
514 sprintf(csName, "%s/IR_%d.raw", CAPTURED_FRAMES_DIR_NAME, num);
515}
516
517int findUniqueFileName()
518{

Callers 2

findUniqueFileNameFunction · 0.85
captureSingleFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected