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

Function startCapture

Samples/NiViewer/NiViewer.cpp:269–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void startCapture(int delay)
270{
271 if (g_bPause)
272 {
273 displayMessage("Cannot record when paused!");
274 }
275 else
276 {
277 captureStart(delay);
278 }
279}
280
281void createKeyboardMap()
282{

Callers

nothing calls this directly

Calls 2

displayMessageFunction · 0.85
captureStartFunction · 0.85

Tested by

no test coverage detected