~ubuntu-branches/ubuntu/trusty/psychtoolbox-3/trusty-proposed

« back to all changes in this revision

Viewing changes to Psychtoolbox/PsychHardware/BrightSideDisplay/SimpleHDROfflineCaptureTest.m

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2013-11-19 23:34:50 UTC
  • mfrom: (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20131119233450-f7nf92vb8qavjmk8
Tags: 3.0.11.20131017.dfsg1-3
Upload to unsable since fresh glew has arrived to sid!

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
% low-dynamic range 'konijntjes' if 'imfilename' is omitted.
6
6
%
7
7
 
8
 
 
9
8
% Make sure we run on OpenGL-Psychtoolbox. Abort otherwise.
10
 
AssertOpenGL;
11
 
 
12
 
if IsOSX
13
 
    % A little debug helper...
14
 
    Screen('Preference', 'ConserveVRAM', 16384);
15
 
    Screen('Preference', 'WindowShieldingLevel', 1250);
16
 
end
 
9
PsychDefaultSetup(1);
17
10
 
18
11
% Run demo in dummy mode?
19
12
if nargin < 2