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?
save visual stimuli created by psychtoolbox into video files
2.9k views Asked by Noam Peled At
1
See
Screen('CreateMovie?')
, example usage is provided inImagingStereoDemo
. Make sure you have an up-to-date psychtoolbox installation (runUpdatePsychtoolbox
) and the latest recommended GStreamer version to have the highest chance of success with this.