![]() |
|
#1
|
|||
|
|||
Can you post an example script you've tested with?
Are you getting the data within the SMI Experiment Center? Do you have any firewalls/virus scanners enabled? |
#2
|
|||
|
|||
I am using Experiment Center to collect the data, but it is actually getting the raw eye data from the dedicated laptop running iView.
I have everything (iView laptop, Experiment Center desktop, Biopac, and Biopac recording laptop) running through a network switch and they are all communicating fine so there's no firewall issue. Code:
# data aggregation of Eye tracking from SMI and synching with Biopac recording channels smi = viz.add('smi.dle') tracker = smi.addEyeTracker(address='192.168.10.1', port=4444) while 1: print tracker.getPosition(smi.PIXELS) print 'Calibration size:',tracker.getCalibrationSize() end |
#3
|
|||
|
|||
Are your results any different if you get the data in a timer function?
Code:
def showData(): print tracker.getPosition(smi.PIXELS) print 'Calibration size:',tracker.getCalibrationSize() vizact.ontimer(0,showData) |
#4
|
|||
|
|||
Does your script output any error messages when adding the eye tracker? What version if iView X are you running? The plugin is based on the the network protocol defined in version 2.1.14.
|
![]() |
Tags |
eyetracking, iview, smi |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
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 |