#include "Component/ModelManager.H"
#include "Image/Image.H"
#include "Psycho/PsychoDisplay.H"
#include "Psycho/EyeTrackerConfigurator.H"
#include "Psycho/EyeTracker.H"
#include "Psycho/PsychoOpts.H"
#include "Component/EventLog.H"
#include "Component/ComponentOpts.H"
#include "Util/MathFunctions.H"
#include "Util/Types.H"
#include "rutz/time.h"
Go to the source code of this file.
Psychophysics display to cause stereotyped eye movements
pulse a white square on a black background, useful for testing timing of display. Duration will be 50% of period. We use a YUVOverlay to match our video experiments
These are valid command options: bin/psycho-test-timing 100 100 25 0 [01] [01] --sdl-dims=640x480 (no vblank wait) bin/psycho-test-timing 100 100 25 1 [01] [01] --sdl-dims=640x480 --sdl-vblank-kludge=1
Definition in file psycho-EyeDetect.C.