View Single Post
  #1  
Old 06-20-2016, 07:46 PM
Zhi Zhi is offline
Member
 
Join Date: Mar 2011
Posts: 49
Viz.visible(viz.OFF) does not work in SteamVR

Hi,

I am using HTC vive with Vizard 5. I found that once the steamvr is connected, i.e.

hmd = steamvr.HMD()
if not hmd.getSensor():
sys.exit('SteamVR HMD not detected')

the following command stops working,

viz.visible(viz.OFF)

Can anyone tell me why this happens? How to control the visibility of the VR world in HTC vive?

Thanks in advance!

Zhi
Reply With Quote