View Single Post
  #2  
Old 09-05-2013, 07:09 AM
Kevin Chiu Kevin Chiu is offline
WorldViz Team Member
 
Join Date: Feb 2012
Posts: 26
Hi,

Can you try this code and see if the Fastrak is connected?
Code:
import viz
import vizact
import viztracker

viz.setMultiSample(4)
viz.fov(60)
viz.go()

lab = viz.addChild('lab.osgb')

polhemus = viz.add('polhemus.dle')
fastrak = polhemus.addFastrak(port=1,baudRate=115200)
Reply With Quote