Page MenuHomePhabricator

OpenIGTLink in Tracking Toolbox is buggy
Closed, ResolvedPublic

Description

Server functionality works fine, but when connecting as a client to another server

a) the view freezes during the connection progress

b) visualization is very slow and laggy (something must be wrong because it works very fast with the OpenIGTLink example plugin

Event Timeline

User franza has pushed new remote branch:

bug-19252-OpenIGTLinkTrackingToolboxBugs

Found source of bug:

in mitk::OpenIGTLinkTrackingDevice::DiscoverTools SetResolution(1) is hard coded. This means that incoming data will be updated with one FPS.

This should be configurable within the GUI.

User franza has pushed new remote branch:

bug-19252-OpenIGTLinkTrackingToolbox

[d006cd]: Merge branch 'bug-19252-OpenIGTLinkTrackingToolbox'

Merged commits:

2016-03-16 15:43:20 Alfred Franz [e4885d]
some smaller UI changes ... should not affect functionality


2016-03-16 15:32:42 Alfred Franz [d9d519]
update rate is now configurable

works now, and there is a release checklist as well. So closing this bug.