Jessica Bourgin
About
- Username
- Jessica Bourgin
- Joined
- Visits
- 69
- Last Active
- Roles
- Member
Comments
-
Hi @eduard , Thanks for your answer. Indeed, I was able to call the pylink method to send image to the eyetracker host. import pylink import PIL.Image as PIL_Image def set_backdrop(im, pos_x): starttime = exp.time() # prepare image …
-
Hi @sebastiaan , Thanks a lot for your answer. Yes, I understand now :-) Best, Jessica
-
Sorry, I forgot the parentheses in the class defined in my first post : myObj = MyObject() The code defined in my minimal example is correct.
-
Hi @sebastiaan, Thanks a lot for your answer! Unfortunately, disabling analytics or get_started, or both did not solve the issue. Since I don't need specifically to code on this computer, but indeed to run the experiment, I will do as you suggest an…
-
Hi @eduard, Thanks a lot for your response. The problem I have is that when I receive a response really close to a trigger, then a trigger (or a response) can be missed. It is not very probable (it seems that they need to be close by less than 10 ms…
-
Hi @sebastiaan, Thanks a lot for your response. I just tried with that and it seems that the webbrowser widget is responsible (see debug file attached): [2021-09-08 10:10:20,690:base_component:89:DEBUG] dynamically loading ui: C:\ProgramData\Minicon…
-
Hi @sebastiaan, Thanks a lot for your quick answer. I forgot I tried this with a yield in the while loop of the coroutine as well, but the result was the same. I assumed I had something to do in my Display_target_1 as well but I could not figure out…
-
Hi @sebastiaan, Thanks for your reply. Sorry I wasn't clear, I mean that OpenSesame is long to start, not an experiment. What happens is the following : When I launch OpenSesame through conda activate opensesame-py3 and then the opensesame command, …
-
Hi @sebastiaan, Thanks a lot for your answer. I considered this option but since the ratio width/height is similar for the two screens, I wanted to avoid creating two versions of the experiment. I found an alternative : I changed the display setting…
-
Hi, I have an experiment I need to display on two screens with different resolutions (1920x1080 and 1366x768). I need those two screens because the experiment is conducted in two different locations with different equipments. I want to set the resol…
-
Hi eduard, Indeed, it gave me all the information I needed. Thanks a lot ! Jessica
-
Hi Mario, Do you know what installations are required on the stimulus pc in order to make this setup work ? I have as well difficulties to connect to an SMI Eyetracker via ethernet connection between two PCs, but the solution you found did not solv…
-
@sebastiaan Thanks a lot for your answer, it is now perfectly working ! Best regards Jessica
-
@sebastiaan I am sorry I posted twice the same question. I did so because I thought my comment would not be seen here because the discussion is marked as "solved". Do you think I can have an answer here ?
-
@Elliot_Luo, Thanks a lot for your response. I tried the experiment with a real eye tracker, and actually I got an eye-tracking logfile. So everything is fine ! Best regards, Jessica
-
Hi, If the iViewXAPI.dll is not in the _eyetracker, how is it possible to download it ? I am trying to connect Opensesame 3.1.2 to an SMI eyetracker, and while my experiment worked fine with Eyelink 1000, it doesn't work with the SMI (a RED 500). Th…