Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

hiwi68

About

Username
hiwi68
Joined
Visits
13
Last Active
Roles
Member

Comments

  • Hi Edwin, thanks again. Closing the fig helps! If I got that right it is done using pyplot since figure doesn't have a closing routine: import matplotlib.pyplot as plt ... fig = gp.draw_fixations(fixations, dispsize=display, imagefile=imageFile…
  • Hi all, I'd like to define Regions of Interest as well. Using TheEyetribe eyetracker I already fiddled around with the aoi plugin but couldn't convince it to work. Any suggestions for a starting point? Thx, Digo
  • Thank you so much! Having the images converted to .jpg I got all three visualizations working. Note that it was necessary to install Pillow ( see http://stackoverflow.com/questions/24356421/attributeerror-builtin-function-or-method-object-has-no-a…
  • Thank you, Sebastian. It works. Regards, Digo
  • Hi Edwin, thank you! :-) I have some programming knowledge, but I am new to python. Python Files in OpenSesame are stored as bytecode (.pyc). I naively tried to compile the pytribe.py file but when using the resulting .pyc file I received an error. …
  • Hi Edwin, it turned out the framerate issue could be resolved by updating the mainboard's usb driver software... Still, the fixation problem remains. Is it possible that the eyetribe server indees does detext a fixation but that somehow is not reco…
  • Hi Edwin, thank you. Sorry for answering that late but I am involved in this only once a week. As I found out the frequency can also be changed by using a config file: http://dev.theeyetribe.com/dev/#advanced Anyway setting the framerate to anything…
  • Hi y'all. I just started fiddling around with OpenSesame/pyGaze using theeyetribe so sorry in case my questions are newbieish. Currently I am trying to get a fixation event using the standard pyGaze template. Looking at the .tsv kogfile there is ne…