-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi Screen stimulus presentation #1
Comments
Hi Giacomo. Unfortunately, I have not tested in multiple monitors. It may be a good idea to duplicate your screen, in that case you do not need to do anything else to the code. My program uses psychtoolbox. Their documentation says that you need to configure “displays for exactly the same color depths, resolution, and refresh rate if you want to present stimuli across multiple displays” (http://psychtoolbox.org/docs/SyncTrouble). |
Hello! |
Thank you for your reply! Thank you for writing the program! It really helped me a lot! |
Hello,
I've an experimetnal setup which counts one workstation (with an NVIDIA RTX 4060 GPU) connected via 4 HDMI cables to 4 TV monitors which are selected by PsychoToolbox as 4 different screens through the Screen function. I want to present Drifting sinusoidal gratings on each of the 4 TV monitors at the same time (or rather in a seemingly continous manner). Is there a way to change the code to generate the stimuli on the 4 tv screens instead of just one?
Thank you in advance,
Giacomo
The text was updated successfully, but these errors were encountered: