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

Function captureSetIRFormat

Samples/NiViewer/Capture.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void captureSetIRFormat(int format)
432{
433 captureSetFormat(&g_Capture.nodes[CAPTURE_IR_NODE].captureFormat, format, *getIRGenerator());
434}
435
436void captureSetAudioFormat(int format)
437{

Callers

nothing calls this directly

Calls 2

captureSetFormatFunction · 0.85
getIRGeneratorFunction · 0.85

Tested by

no test coverage detected