|  | 
| 
			 
			#1  
			
			
			
			
			
		 | |||
| 
 | |||
|  HTC Vive Controller not working 
			
			Hi there, I have successfully loaded the example script with the Vive headset working flawlessly. However i cannot seem to get the controllers to work. I ran the example script but cannot see the controllers. The controllers are on and they work in other applications. Any help is much appreciated. | 
| 
			 
			#2  
			
			
			
			
			
		 | |||
| 
 | |||
| 
			
			Are there any controllers returned by the steamvr.getControllerList() command? Does the following print 'connected' for each controller?   Code: import viz
import steamvr
viz.go()
hmd = steamvr.HMD()
if not hmd.getSensor():
	sys.exit('SteamVR HMD not detected')
	
for controller in steamvr.getControllerList():
	print 'connected' | 
| 
			 
			#3  
			
			
			
			
			
		 | |||
| 
 | |||
| 
			
			They work now, but only when they are turned on before running my code. Thanks for help.
		 | 
| 
			 
			#4  
			
			
			
			
			
		 | |||
| 
 | |||
| 
			
			Hi, I have the same problem. Although the controller preferences in steamVR is fine, it doesn't work in vizard program. When I write codes as below, Code: for controller in steamvr.getControllerList(): print 'vive controller connected' vizconfig.register(controller) vizconfig.getConfigWindow().setWindowVisible(True) for device in steamvr.getControllerList(): #check VR device print device Code: steamvr.dle SteamVR Extension vive controller connected __builtin__.SteamVRController(1) | 
| 
			 
			#5  
			
			
			
			
			
		 | |||
| 
 | |||
| 
			
			Hi Roy,  If you go to tools- vizconnect and choose the SteamVR preset, then go to start page- advanced- inputs do you see a green button or red x next to the r_hand_input and l_hand_input? Also, the controllers are showing as lit up in SteamVR? Best, Sado | 
|  | 
| Tags | 
| controller, htc vive, issue | 
| Thread Tools | |
| Display Modes | Rate This Thread | 
| 
 | 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| PPT markers off in Vive? | pitbool | Precision Position Tracker (PPT) | 4 | 06-09-2016 11:20 PM | 
| xbox one controller as tracker | bbb | Vizard | 4 | 01-18-2016 07:17 AM | 
| XBOX360 USB controller intermittently working | fivel_lab | Vizard | 2 | 01-26-2015 07:09 PM | 
| XBOX One Wireless Controller | JB_HP_Viz | Vizard | 1 | 07-08-2014 05:45 AM | 
| PS3 controller | Darkmax | Plug-in development | 2 | 02-26-2010 11:57 AM |