
Definition in file psycho-video-replay.C.
#include "Component/ModelManager.H"
#include "Image/DrawOps.H"
#include "Image/Image.H"
#include "Media/BufferedInputFrameSeries.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 "Raster/GenericFrame.H"
#include "Util/FileUtil.H"
#include "Util/StringUtil.H"
#include "Util/Types.H"
#include "Util/csignals.H"
#include "Video/VideoFrame.H"
#include <SDL/SDL.h>
#include <fstream>
#include <iterator>
#include <unistd.h>
#include <vector>
Include dependency graph for psycho-video-replay.C:

Go to the source code of this file.
Functions | |
| void | parseQuestions (const std::string &fname, std::vector< Question > &qv) |
| void | doQuestion (PsychoDisplay &d, const Question &q, std::ostream &dest) |
| int | submain (const int argc, char **argv) |
| Psychophysics display of video frames from disk. | |
| int | main (const int argc, char **argv) |
|
||||||||||||
|
Psychophysics display of video frames from disk. This displays video frames that have already been saved to disk, with added machinery for eye-tracking. Definition at line 164 of file psycho-video-replay.C. References ModelComponent::addSubComponent(), GenericFrame::asVideo(), c, catchsignals(), doQuestion(), nub::ref< T >::get(), i, GenericFrame::initialized(), LERROR, LFATAL, LINFO, makeDirectory(), MC_RECURSE, MYLOGVERB, SDLdisplay::NEXT_FRAMETIME, OPT_EventLogFileName, OPT_EyeTrackerType, parseQuestions(), signame(), and sync(). |
1.4.4