WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Disable dekstop window when using the Oculus Dk2 (https://forum.worldviz.com/showthread.php?t=5396)

mape2k 07-08-2015 07:34 AM

Disable dekstop window when using the Oculus Dk2
 
Hello,

when I use the Oculus DK2 (direct or extended mode), there is always a window showing on the desktop monitor. How can I disable that, so the VR is only displayed inside the HMD?

We are using our Oculus as the only monitor and this creates problems because the second window is also rendered inside the HMD, overlapping the other one.

I used your Oculus example to test.

Thanks!
Johannes

farshizzo 07-10-2015 09:16 AM

You can try hiding the window using the following code:
Code:

viz.setOption('viz.window.visible',0)
However, I'm not sure how useful that will be, since it might prevent Vizard from receiving keyboard/mouse input.


All times are GMT -7. The time now is 04:19 PM.

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