[vtkusers] SynchroGrab4D, vtk Polaris tracking

David Gobbi david.gobbi at gmail.com
Thu Jul 28 13:56:13 EDT 2011


You can load the SROM at the same time that the tracker is created:

vtkNDITracker *ndiTracker = vtkNDITracker::New();
ndiTracker->LoadVirtualSROM(3, ...);
tracker = ndiTracker;

Also, change the code so that it uses the vtkNDITracker class for the
POLARIS.  It should not be using the vtkPOLARISTracker class, which is
an obsolete class that is only meant to be used with outdated versions
of the POLARIS firmware (i.e. for POLARIS units manufactured before
1998).  The vtkNDITracker is for versions of the POLARIS and AURORA
from 1999 and onwards, including the VICRA and SPECTRA.

 - David


On Thu, Jul 28, 2011 at 6:56 AM, khinwee <khinwee at yahoo.com> wrote:
> Hi David,
>
> Do you know where to set the SROM path from the SynchroGrab4D programs? I
> could not found the coding in 4DUltrasound.Cxx to specify the path for SROM.
>
> you may have a look at this:
> http://svn.na-mic.org/NAMICSandBox/trunk/4DUltrasound-WithGating/Applications/4DUltrasound.cxx
>
> Looking forward to your advise, if possible. Many thanks.
>
>
> Lai



More information about the vtkusers mailing list