#1
|
|||
|
|||
Basic Setup of PPT and Vizard
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 |
#2
|
|||
|
|||
Do you get an error running the following?
Code:
import viz viz.go(viz.FULLSCREEN) isense = viz.add('intersense.dle') tracker = isense.addTracker(port=1) |
|
|