Replies: 2 comments 1 reply
|
Is this still an issue with Expyriment 1.0, where the Video stimulus has been completely overhauled? |
0 replies
|
Is this still an issue with Expyriment 1.0
Yes, I replicate the phenomenon here (linux/expyriment 1.0.0)
…--
Christophe Pallier <http://www.pallier.org>
Directeur de Recherche CNRS
EMR CNRS 9003 & INSERM-CEA U992
Cognitive Neuroimaging Lab <http://www.unicog.org/> | CNRS
<https://www.cnrs.fr/en/le-cnrs/missions> | INSERM
<https://www.inserm.fr/en/about-us/inserm-at-a-glance/> | CEA
<https://www.cea.fr/english/Pages/cea/the-cea-a-key-player-in-technological-research.aspx>
| Université Paris-Saclay
<https://www.universite-paris-saclay.fr/en/about/about-universite-paris-saclay>
On Mon, Feb 2, 2026 at 10:28 AM Florian Krause ***@***.***> wrote:
Is this still an issue with Expyriment 1.0, where the Video stimulus has
been completely overhauled?
—
Reply to this email directly, view it on GitHub
<#221 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALVWMQESN4GCFKUXX555OL4J4KCTAVCNFSM6AAAAABTAF3MYOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNRXGA3DGOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello :)
I tried building a simple code where some instrcutions are given ("Please hold still as experiment will soon begin"), the system waits for a trigger ("5"),plays a video and then another line of instructions appears.
For some reason, the video presentation does not replace the text and my screen begins flashing with the text showing behind.
Using txt1.unload(), txt1.clear_surface(0 and loading a blank screen on top of it didn't work.
Also, it seems like even though I defined the background color of the screen to be gray using
exp=xpy.design.Experiment(name="Pilot", background_colour=(211,211,211))the video is loading on black background (hence what causes the flashing)Is it possible to show a video on the background color of the experiemnt? How can I remove text once I'm done with it?
The code as whole is attached below:
P.S.
I tried setting up the default color of all screens (such as the logo and subject id screens) to be grey with no success either.
Thanks ahead!
Shahar
All reactions