Last active
May 11, 2017 07:04
-
-
Save PeerChristensen/c842ab45da0cde9162d4c69ca98f59ca to your computer and use it in GitHub Desktop.
Handling video stimuli in PsychoPy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myVideo= visual.MovieStim2(win, filename) #where i is the filename | |
while myVideo.status != visual.FINISHED: | |
myVideo.draw() | |
win.flip() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment