| 399 | |
| 400 | |
| 401 | void 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 | |
| 410 | void UserTracker::GetImageRes(XnUInt16 &xRes, XnUInt16 &yRes) |
no test coverage detected