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

Function captureStop

Samples/NiViewer/Capture.cpp:298–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void captureStop(int)
299{
300 if (g_Capture.State != NOT_CAPTURING)
301 {
302 g_Capture.State = NOT_CAPTURING;
303 captureCloseWriteDevice();
304 }
305}
306
307XnStatus captureFrame()
308{

Callers 3

KeyboardCallbackFunction · 0.85
closeSampleFunction · 0.85
onExitFunction · 0.85

Calls 1

captureCloseWriteDeviceFunction · 0.85

Tested by

no test coverage detected