PDA

View Full Version : Disable dekstop window when using the Oculus Dk2


mape2k
07-08-2015, 07:34 AM
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:
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.