Thread: Vicon Plugin
View Single Post
  #2  
Old 08-28-2007, 08:58 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You need to use the PORT_VICON variable to specify the address for the Vicon server. Example:
Code:
#Default port is 800
#If you wanted to specify port 803, you would do the following:
PORT_VICON = '128.1.1.11:803'
vicon1 = viz.add('vicon.dls')
vicon2 = viz.add('vicon.dls')
Reply With Quote