WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 05-24-2016, 03:22 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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'
Reply With Quote
 

Tags
controller, htc vive, issue

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -7. The time now is 07:27 AM.


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