PDA

View Full Version : Making an EXE with eyetracking (eyelink)


OscarP
12-02-2016, 01:45 AM
I would like to turn my vizard script into an exe so it will run on any machine, but the script contains eye tracking functions (eyelink, using added module pylink). Does anyone know if this is possible and if there are any extra steps needed to get it working? N.B. I'm currently calibrating using the eyelink software and then immediately running the script then sending the data to an edf file. Would things like this be the same/possible?
Any help very much appreciated :)

Jeff
12-02-2016, 11:17 AM
I have not tested this but if you build the pylink files into the EXE I think it should work. Take a look at the Publishing as an EXE (http://docs.worldviz.com/vizard5/#Tutorial_Publish_Wizard.htm) tutorial for instructions on building an exe and troubleshooting common issues.