WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Problem with HMD sensics (https://forum.worldviz.com/showthread.php?t=5117)

befl0 07-30-2014 03:50 AM

Problem with HMD sensics
 
Hi,

I used the HMD sensics Z sight 60. I tried to put my project in but with the method side by side, my project is divided in two screens. So in the left eye I have the first half of my project and in the right eye I see the second one. So I was obliged to close the right eye to see the first part of the screen and after the left eye.

So I have no idea how I can fixed it.

Thanks if someone can help me

Code:

import sensics
sensics.zSight_60()

viz.go(viz.HMD | viz.stereo_HORZ)


Jeff 07-30-2014 01:19 PM

Try the following:

Code:

import viz
viz.go(viz.FULLSCREEN)

import sensics
sensics.zSight_60()



All times are GMT -7. The time now is 08:29 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC