-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Using readmeAdvancedCalibration_nonhuman_primate.m
Every so often (after another crash) I get:
Error in function OpenMovie: Usage error
Invalid moviehandle provided. No movie associated with this handle !!!
...
Error using Screen
Usage:
[ moviePtr [duration] [fps] [width] [height] [count] [aspectRatio] [hdrStaticMetaData]]=Screen('OpenMovie', windowPtr, moviefile [, async=0] [, preloadSecs=1] [,
specialFlags1=0][, pixelFormat=4][, maxNumberThreads=-1][, movieOptions]);
Error in VideoPlayer/openNextVid (line 197)
[vpnt,vdur] = Screen('OpenMovie', obj.wpnt, char(obj.videos(id)), 0, 1, 2);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in VideoPlayer/start (line 75)
[obj.playingVid, obj.playingVidDur, obj.vidIndex] = obj.openNextVid(false);
^^^^^^^^^^^^^^^^^^^^^^
Error in readmeAdvancedCalibration_nonhuman_primate (line 187)
vp.start();
Some cleanup state after a crash causes this. I don't quite understand it as OpenMovie doesn't accept moviehandles but filenames? If you run readmeAdvancedCalibration_nonhuman_primate.m again then no crash.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels