View Single Post
  #1  
Old 06-15-2018, 04:43 AM
harshad harshad is offline
Registered User
 
Join Date: Jun 2018
Posts: 2
Polhemus Fastrak Vizard

import viz
polhemus = viz.add('polhemus.dle')
sensor = polhemus.addFastrak()
data = sensor.getData()
print(data)

--------------------------------------

getData() function returns empty list.


I wish to interact with a virtual environment made in Vizard. I am using polhemus fastrak. Please provide step by step guide to interface sensor with vizard.
Reply With Quote