Display image until keypress

About the GUI application to design signal processing pipelines
Post Reply
emapici
Posts: 1
Joined: Tue Nov 26, 2019 4:11 pm

Display image until keypress

Post by emapici »

Hi!

I am new to this forum and to OpenViBe. I am designing an experiment where people are asked to read some text while their EEG is recorded.

I would like to show an image containing the text by using the Display Cue Image box, and let the image last on the screen until the subject presses any keyboard key.
Is it possible to implement? If so, how?

Thank you very much for any help!

Emanuela

Thibaut
Posts: 264
Joined: Wed Oct 31, 2018 9:14 am

Re: Display image until keypress

Post by Thibaut »

Hi,
Yes, you can make your "wait screen" first and next with a timeout box set to 1 (the minimum value) you can set the good stimulation to display your "wait screen". It's the simpliest way without script.
If you use lua script during your protocol to manage the time for exemple you can send at the beginning your stimulation and don't use the timeout box.
Thibaut

Post Reply