WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 07-24-2014, 02:19 PM
Daniel1 Daniel1 is offline
Member
 
Join Date: Jul 2014
Posts: 8
Exclamation

Hello Jeff,
Thanks for your reply. I did all you ask me to do according to the link provided, and I also tried to add wand tracker to it with the code bellow, but it's gave me an error. Please I need your help again. How can I solve this error problem? ERROR: Failed to create extension sensor with intersense.dle

code:
viz.go()
viz.setMultiSample(4)
vizconnect.go('vizconnect_config.py')
dojo = viz.addChild('dojo.osgb')
PORT_INTERSENSE = 3
isense = viz.add ('intersense.dle')
tracker = isense.addTracker(port =3)
tracker1 = viz.add('intersense.dle')
#keyTracker = vizconnect.getTracker('keyboard').getNode3d()
tracker0Tracker = vizconnect.getTracker('tracker0').getNode3d()

import vizshape
axes = vizshape.addAxes()

#viz.link(keyTracker,axes)
viz.link(tracker0Tracker,axes)


The errors are:

** ERROR: Failed to connect to Intersense tracker on port 3
** ERROR: Failed to create extension sensor with intersense.dle
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "C:\Documents and Settings\STUDENT\Desktop\Displays and tracker\dispalys_trackers_tutorial.py", line 14, in <module>
tracker0Tracker = vizconnect.getTracker('tracker0').getNode3d()
File "C:\Program Files\WorldViz\Vizard5\python\vizconnect\__init__. py", line 2152, in getTracker
return getNode(classification=CLASS_TRACKER, name=name)
Attached Thumbnails
Click image for larger version

Name:	vizconnect.jpg
Views:	2815
Size:	102.6 KB
ID:	663  

Last edited by Daniel1; 07-24-2014 at 02:28 PM.
Reply With Quote
 

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


All times are GMT -7. The time now is 08:23 PM.


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