Hi
I'am trying to play an avi file with psychtoolbox and I always have
the same message :
Error in function OpenMovie: Incorrect argument type supplied
??? Usage:
[ moviePtr [duration] [fps] [width] [height]
[count]]=Screen('OpenMovie', windowPtr, moviefile [, async=0]);
Here is my code :
moviename=aviread('.\stimuli\grenoble.avi');
[movie movieduration fps imgw imgh] = Screen('OpenMovie', window,
moviename);
What is wrong ?
thanks for your help
Christophe
I'am trying to play an avi file with psychtoolbox and I always have
the same message :
Error in function OpenMovie: Incorrect argument type supplied
??? Usage:
[ moviePtr [duration] [fps] [width] [height]
[count]]=Screen('OpenMovie', windowPtr, moviefile [, async=0]);
Here is my code :
moviename=aviread('.\stimuli\grenoble.avi');
[movie movieduration fps imgw imgh] = Screen('OpenMovie', window,
moviename);
What is wrong ?
thanks for your help
Christophe