View Single Post
  #4  
Old 06-26-2007, 09:25 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Are you specifying the correct shared memory key when adding the trackd sensor? Here is sample code that shows how to specify the key:
Code:
PORT_TRACKD = 4126

tracker = viz.add('trackd.dls')
Reply With Quote