View Single Post
  #3  
Old 11-06-2009, 08:03 AM
GiudiceLab GiudiceLab is offline
Member
 
Join Date: May 2009
Location: Orono, ME
Posts: 49
It looks like you were using the sensor that is built into the eMagin visor, and not the intersense cube here:

viz.go(viz.QUADBUFFER | viz.FULLSCREEN)
viz.link(viz.add('emagine.dls'),viz.MainView)

because you are using 'emagin.dls' rather than 'intersense.dls.' That would also explain why you had no control over the viewpoint when you rotated the cube, nor when you tried to reset it.

But when you used this:

import viztracker
viztracker.go(viz.QUADBUFFER | viz.FULLSCREEN)

the viztracker module detected your intersense cube, and things behaved as expected.

That's my guess anyhow.

We also use an eMagin visor, and as I recall, it links by default to the mouse cursor, so that might explain your viewpoint's odd behavior. You can turn off the eMagin sensor by opening the Visor Utility and checking the "Disable Sensor" box on the Motion Sensor tab.

I hope that is useful. Good luck.
__________________
Virtual Environments and Multimodal Interaction (VEMI) Lab

This time, it should work...
Reply With Quote