View Single Post
  #13  
Old 10-29-2006, 01:51 PM
mspusch mspusch is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 223
definitely try updating the drivers first before you try anything else.
we know from multiple installations that the emagin works well with Vizard in active stereo, and from above conversation it sounds a lot like it could be a hardware configuration problem (like nVidia driver settings for active stereo, etc.).
if there is a way to reset all the setings to factory default for the nVidia driver, definitely try this also, but updating the nVidia driver to the 'latest greatest' is key.

RE IntertiaCube2 causing Vizard to crash, this is a problem of the new Intersense API which now scans both, serial (COM) and USB ports. If there is a device connected to the USB ports, sometimes this gets picked as 'Intersense' and then makes the Intersense driver crash. we are working with Intersense to fix this.

For now (and in general), the best option is to specify the port the Intersense is connected to. Under your windows system's device manager, identify the port which the Intersense is on (like COM3, COM5, etc.).

then, before loading the Intersense plugin in Vizard, specify:

PORT_INTERSENSE = 4
# if the InertiaCube is connected to COM4 for example

intersense = viz.add('intersense.dls')
Reply With Quote