MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / captureGetDepthFormatName

Function captureGetDepthFormatName

Samples/NiViewer/Capture.cpp:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453const char* captureGetDepthFormatName()
454{
455 return getCodecName(&g_DepthFormat, g_Capture.nodes[CAPTURE_DEPTH_NODE].captureFormat);
456}
457
458const char* captureGetImageFormatName()
459{

Callers 1

printRecordingInfoFunction · 0.85

Calls 1

getCodecNameFunction · 0.85

Tested by

no test coverage detected