WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-25-2018, 12:00 PM
zumbay zumbay is offline
Member
 
Join Date: Oct 2016
Posts: 16
steamvr controller for htc vive unresponsive

Maybe somebody can help with this,

I am using the smi plug-in for the htc vive and now my vive controller is not responsive anymore - last time the same script worked was on the 8th of May and it wasn't tried since.
Not sure if this is related to the latest steamvr updates, but it matches the timing!

Code:
# Connect to Vive eye tracker
smi = viz.add('smi_vive.dle')
eyeTracker = smi.addEyeTracker()

# Add controllers
for controller in steamvr.getControllerList():
	# Create model for controller
	controller = controller
	controller.model = controller.addModel(parent=navigationNode)
	controller.model.disable(viz.INTERSECTION)
	controller.distance = 1
	viz.link(controller, controller.model)

def printer():
	print('button')
vizact.onsensordown(controller, steamvr.BUTTON_TRIGGER, printer)
If I comment out the ""addEyeTracker" line onsensordown works, if not - nothing happens.

I am running Vizard5 and SteamVR beta Version 1527202199.

Thanks!
Reply With Quote
  #2  
Old 05-25-2018, 03:50 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Do you see any errors in the Vizard output?
Reply With Quote
  #3  
Old 05-25-2018, 11:02 PM
zumbay zumbay is offline
Member
 
Join Date: Oct 2016
Posts: 16
No errors. Button presses simply do not yield any reaction.
I replicated this now in all our previously working eye tracking scripts.
Reply With Quote
Reply

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
HTC Vive Controller not working Seadna Vizard 4 04-21-2021 07:40 AM
Check for running SteamVR A Wundlechner Vizard 2 01-11-2018 01:03 AM
disabling the system button in vive hand controller pitbool Vizard 2 06-02-2017 02:41 PM
Controller Coordinates and Euler angles biomech_dave Vizard 2 09-12-2016 04:25 PM


All times are GMT -7. The time now is 02:25 AM.


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