save visual stimuli created by psychtoolbox into video files

2.9k views Asked by At

Does anyone knows how to capture the screen while running an experiment using Matlab psychtoolbox, to save it as a film which I can upload later to the web?

1

There are 1 answers

1
Diederick C. Niehorster On

See Screen('CreateMovie?'), example usage is provided in ImagingStereoDemo. Make sure you have an up-to-date psychtoolbox installation (run UpdatePsychtoolbox) and the latest recommended GStreamer version to have the highest chance of success with this.