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

Function captureSetDepthFormat

Samples/NiViewer/Capture.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void captureSetDepthFormat(int format)
422{
423 captureSetFormat(&g_Capture.nodes[CAPTURE_DEPTH_NODE].captureFormat, format, *getDepthGenerator());
424}
425
426void captureSetImageFormat(int format)
427{

Callers

nothing calls this directly

Calls 2

captureSetFormatFunction · 0.85
getDepthGeneratorFunction · 0.85

Tested by

no test coverage detected