Hi,
Vizard 3.0 has an entirely new interface for linking trackers to views and nodes. To link the tracker to the viewpoint with the specified offset you would do something like the following:
Code:
viewLink = viz.link(tracker,viz.MainView)
viewLink.preTrans(LED_CAMERA_OFFSET)