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

Method UpdateFrame

Samples/NiUserSelection/UserTracker.cpp:401–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399
400
401void UserTracker::UpdateFrame()
402{
403 // Read next available data
404 m_Context.WaitOneUpdateAll(m_UserGenerator);
405 m_pUserSelector->UpdateFrame();
406 // now we need to update the users for tracking the exit pose.
407}
408
409
410void UserTracker::GetImageRes(XnUInt16 &xRes, XnUInt16 &yRes)

Callers 1

glutDisplayMethod · 0.45

Calls 1

WaitOneUpdateAllMethod · 0.80

Tested by

no test coverage detected