Anna_Schellhorn
About
- Username
- Anna_Schellhorn
- Joined
- Visits
- 24
- Last Active
- Roles
- Member
Comments
-
Hi Sebastiaan, sorry, apparently it didn't work to attach the open sesame file. Attached you can find now some screenshots, which should demonstrate the implemented experiment. https://forum.cogsci.nl/uploads/028/HU8V6Y1BFJYM.png https://forum.cogsc…
-
Hi Sebastiaan, of course. Attached you should find the Example experiment file. Anna
-
Hi Sebastiaan, thank you for your answer. So, the response time reflects the interval between the start time of the visual stimuli and the actual keypress and so, if i pressed the key always after approximately 5 seconds the response_time should dis…
-
Hi Sebastiaan, I have a problem related to the topic here. I also want to present visual stimuli for a certain time and at the same time capture the reaction time measured by a keypress. I already tried to use Corountines, but in the files only the …
-
Hi Eduard, currently, only the OpenCV code is working. So, I was using this one: import cv2 cap = cv2.VideoCapture(0) while True: ret, frame = cap.read() frame = cv2.resize(frame, None, fx=0.5, fy=0.5, interpolation=cv2.INTER_AREA) cv2.i…
-
Hi Eduard, thank you so much, that worked. The question is now, how can I overlay this camera image over the visual stimuli? Do you have any idea on that? Thanks again! Anna