View Single Post
  #1  
Old 12-15-2011, 06:55 PM
jacky jacky is offline
Member
 
Join Date: Jun 2011
Posts: 13
mainview of HMD is unfluently

Hi all,

I have a problem that the update speed of HMD mainview is slower than that of my walking or rotating. I even can see the frame of the mainview updates one by one and is unfluent. The script is below:

isense = viz.add('intersense.dle')
tracker = isense.addTracker(port=1,station=1)
viz.link(tracker, viz.Mainview)

Additionally, I find the time of loading the Vizard program, even a simple one, is longer than before. Does somebody know the reasons? Thanks
Reply With Quote