shaza
About
- Username
- shaza
- Joined
- Visits
- 134
- Last Active
- Roles
- Member
Comments
-
Hi, I managed to import cv2 without pip installing an updated numpy by installing an older version of opencv-python through: pip install==4.7.0.72 The video plays, but now I have a problem where the video pauses after one trial, although I'm suspec…
-
Also, I noticed that you changed the backend from xpyriment backend to pygame - will this change affect my experiment? Does cv2 only run on pygame?
-
Thanks @cvanbuck, May I know which version of Open Sesame and numpy you're using? I tried to run the experiment but I didn't have OpenCV (error message: "The specified module could not be found") so I tried installing it via pip, except th…
-
So I noticed that coroutines can run some items simultaneously, but it doesn't work for loops and the media player unfortunately. Could it perhaps be done using something similar?
-
Hi @cvanbuck My experiment consists of 120 target trials where audio sentences play one after another. An auditory catch trial appears once after every 20 target trials and participants have to make a keyboard response (space bar). This is then foll…
-
Hi @cvanbuck Thank you for this!! It works :) I just added another sketch board in case they missed all the catch trials.
-
I found a temporary solution where I don't even split them up into separate blocks. I did a mock-up of 24 unique target trials, 4 catch trials and 4 filler trials with similar rules, i.e. Block 1 consists of 2 sets of 6 target trials followed by 1 c…
-
Hi Claire! @cvanbuck All 264 of my audio files (240 target trials, 12 catch trials, 12 filler trials) are unique. I don't have an experiment file because I don't know how to set it up. The [count_trial_sequence == n] does a good job at breaking the…
-
Hi, turns out the code might not be working well due to possible incompatibility issues with the python version