luketudge
About
- Username
- luketudge
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
I think I get it. Thanks! The draw_cal_target() function in eyelinkgraphics includes play_beep(). So I need to use set_draw_calibration_target() and pass it a function that draws the dot but does not include the play_beep(). I will try it out.
-
Hi Sebastiaan. I am using PyGaze as a library in Python. The solution that you mentioned also occurred to me, but it does not have any effect. Possibly it has something to do with the order in which things are initialized? At the moment I have the…