![]() |
|
#1
|
|||
|
|||
Hi Farshizzo,
I tried the vicon.dle, but it still can not work, the code I am using is: vicon = viz.add('vicon.dle',0,'192.168.1.100') body = vicon.getBody(0) marker = vicon.getMarker(0) print body.getName() print marker.getName() The error message: ** Vicon Error: Server connection timed out (0) ** ERROR: Failed to connect to Vicon server at 192.168.1.100:803 ** ERROR: Failed to create extension: vicon.dle Traceback (most recent call last): File "<string>", line 11, in ? File "test1.py", line 5, in ? body = vicon.getBody(0) AttributeError: 'VizExtension' object has no attribute 'getBody' Do you know what is the problem? |
#2
|
|||
|
|||
You might be connecting on the wrong port. The default port should be 800. If you are positive that you are connecting over the correct port, then you might have a firewall that is blocking the connection request. Check if the server is running a firewall and try disabling it to see if Vizard can connect.
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vicon Plug-in | sscovil | Plug-in development | 3 | 12-15-2009 11:53 PM |
Integrating InertiaCube and Vicon data | roman_suvorov | Vizard | 10 | 05-20-2008 04:30 PM |
Vicon plug-in | dudey12 | Plug-in development | 11 | 04-25-2008 08:59 AM |
Vicon Plugin | Micheal | Plug-in development | 2 | 08-29-2007 03:03 AM |