[IGSTK-Users] NDI tracker frame rate

jalal sadeghi jalal.sadeghy at gmail.com
Sat May 24 02:55:27 EDT 2008


Hi
 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).
after debuging the  code  i  found  the  section that takes most time



void Tracker::AttemptToUpdateStatusProcessing( void )
{
.
.
.
..
  if ( this->GetThreadingEnabled() )
    {
    m_ConditionNextTransformReceived->Wait(
      & m_LockForConditionNextTransformReceived );
    }
  else
    {
    this->InternalThreadedUpdateStatus();
    }
.....

}



whats  the meaning of this section? that for request data  for one tool it
take 0.015  second?

thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/igstk-users/attachments/20080524/76d3b1e5/attachment-0001.html>


More information about the IGSTK-Users mailing list