Are you linking the viewpoint to the tracker? If so, you can apply a 
postTrans operation on the link so the viewpoint is below the tracker:
	Code:
	viewLink = viz.link(tracker, viz.MainView)
#move the viewpoint 1 meter below the tracker
viewLink.postTrans([0,-1,0])