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

Function closeDevice

Samples/NiViewer/Device.cpp:273–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void closeDevice()
274{
275 g_Player.Release();
276 g_Device.Release();
277 g_Depth.Release();
278 g_Image.Release();
279 g_IR.Release();
280 g_Audio.Release();
281 g_scriptNode.Release();
282 g_Context.Release();
283}
284
285void readFrame()
286{

Callers 1

closeSampleFunction · 0.85

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected