Plus Server error when connecting NDI Aurora tracker to Slicer

The output channel in the AuroraTracker device is EmTrackerStream, not TrackerStream.

So in PlusOpenIGTLinkServer:

OutputChannelId="TrackerStream"

should be

OutputChannelId="EmTrackerStream"
1 Like