WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #9  
Old 10-20-2011, 02:44 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
If that's your entire script, then nothing will be output since you are not creating the main graphics window using viz.go(). Try running this script:
Code:
# data aggregation of Eye tracking from SMI and synching with Biopac recording channels
import viz
import vizact
viz.go()

smi = viz.add('smi.dle')

tracker = smi.addEyeTracker(address='192.168.10.1', port=4444)

def showData():
	print tracker.getPosition(smi.PIXELS)	
	print 'Calibration size:',tracker.getCalibrationSize() 
	

vizact.ontimer(0,showData)
Reply With Quote
 

Tags
eyetracking, iview, smi


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Intersense wand and Head tracker blessonisaac Vizard 0 01-10-2011 03:39 PM
The problem of tracker using via VRPN _kj_ Vizard 2 08-13-2009 12:03 AM
Simple Head Tracker PHart Vizard 1 05-10-2009 05:35 PM
Interface with Tobii Eye Tracker Uttama_vizard Precision Position Tracker (PPT) 1 12-12-2007 11:31 AM
Problems running R3 and R2.5 on the same computer cade_mccall Vizard 5 09-05-2006 11:26 AM


All times are GMT -7. The time now is 10:21 AM.


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