Setup: Matlab Student 2014, Psychtoolbox 3.0.12, GStreamer 1.4.3, ATI Radeon 69xx, all on Windows 7, all 64bit.
Screen works with different arguments, only at Screen('OpenMovie'
the whole Program (Matlab) crashes - sometimes with Error (unable to synchronize framerate), sometimes no error at all.
I know it is quite specific and I think it is somehow in my configuration (the code will work on a different system (lab)).
What I've tried so far:
- Psychtoolbox 3.0.11, GStreamer SDK, GStreamer 1.4.1
- renewed ATI drivers (complete catalyst control center,..)
- removed multi-monitor setting (makes it harder to debug then..)
- Matlab itself works, GStreamer too (tried playing movie with playbin)
- anything SyncTrouble states: wait for vertical synch, triple buffering off
- overriding sync-tests or skipping at all (also crash)
- looking for missing dlls (for Screen.mexw64)
- VBLSyncTest and PerceptualVBLSyncTest look fine and have results (for me)
It has to be either something very simple, or very specific - I'm somehow out of ideas. My guess would be that the Radeon vertical sync on setting does not work - for what reason ever.
ANY guesses, tips are apreciated. (even other ways to test Screen or vertical sync in Matlab/Psychtoolbox)