Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
298
void captureStop(int)
299
{
300
if (g_Capture.State != NOT_CAPTURING)
301
{
302
g_Capture.State = NOT_CAPTURING;
303
captureCloseWriteDevice();
304
}
305
}
306
307
XnStatus captureFrame()
308
{
Callers
3
KeyboardCallback
Function · 0.85
closeSample
Function · 0.85
onExit
Function · 0.85
Calls
1
captureCloseWriteDevice
Function · 0.85
Tested by
no test coverage detected