eshedr
About
- Username
- eshedr
- Joined
- Visits
- 11
- Last Active
- Roles
- Member
Comments
-
Thanks for the answer. When the screen is set to 19201080, pygaze sends to the eye tracker 12801024. if I change the resolution manually to 19201080 the calibration dots are completly off the screen and do not match the screen size. The current s…
-
Hi again, Just wanted to let you know that my while loop doesn't work with all the video formats. I guess it is related to movieStim. so you loop is better for this kind of cases. Eshed
-
Thank you very much Ediwn! Everything works now! Eshed
-
Hi Edwin, Sorry to bother you so much with this subject but I still have some bugs. * When running the experiment now I do get EDF file but I see the first frame of the video for few seconds and then it quits out of the experiment (saving the EDF f…
-
Hi, Few more problems that still occcur. * when I use you while loop (while t1-t0<mov.duration) and while using trackertype='dummy'or trackertype='eyelink' under EyeTracker. It stops showing the movie after less than a second and raise the erro…
-
Thanks for the answer. I had few problems I encountered when I tried to run your code. * I had to manually update the pygaze package in the psychopy folder. Is that ok? * In my code (line 56). I changed disp.fill(scr) to disp.fill(movscr) since s…