Hi<br> I am using IGSTK with NDI polaris ,after adding 2 tool to ndi polaris the time tha spen in request data increase by 2 (about 0.03 for 2 tools).<br>after debuging the code i found the section that takes most time<br>
<br><br><br>void Tracker::AttemptToUpdateStatusProcessing( void )<br>{<br>.<br>.<br>.<br>..<br> if ( this->GetThreadingEnabled() )<br> {<br> m_ConditionNextTransformReceived->Wait( <br> & m_LockForConditionNextTransformReceived );<br>
}<br> else<br> {<br> this->InternalThreadedUpdateStatus();<br> }<br>.....<br><br>}<br><br><br><br>whats the meaning of this section? that for request data for one tool it take 0.015 second?<br><br>thanks.<br>
<br><br>