PDA

View Full Version : Basic Setup of PPT and Vizard


James
09-17-2010, 08:59 PM
Hello,

I'm trying to setup a system and we are having some issues with tracking in a vr environment.

Basically, the intersense doesn't seem to be communicating with the rendering machine because we always get an error when we start up one of the worlds.

I think it has to do with the basic config file or even as simple as the hardware connections (currently intersense is plugged into com1 of ppt machine).

Thanks,
James

Jeff
09-23-2010, 10:20 AM
Do you get an error running the following?
import viz
viz.go(viz.FULLSCREEN)

isense = viz.add('intersense.dle')
tracker = isense.addTracker(port=1)