
Definition in file psycho-monkey.C.
#include "Component/ModelManager.H"
#include "Component/ModelOptionDef.H"
#include "Transport/TransportOpts.H"
#include "Image/Image.H"
#include "Media/MPEGStream.H"
#include "Media/MediaOpts.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 "GUI/SDLdisplay.H"
#include "Util/MathFunctions.H"
#include "Util/Types.H"
#include "Video/VideoFrame.H"
#include <deque>
#include <sys/time.h>
#include <unistd.h>
Include dependency graph for psycho-monkey.C:

Go to the source code of this file.
Defines | |
| #define | CACHELEN 150 |
Functions | |
| static bool | cacheFrame (nub::soft_ref< InputMPEGStream > &mp, std::deque< VideoFrame > &cache, const bool flip) |
| int | main (const int argc, char **argv) |
Variables | |
| static const ModelOptionDef | OPT_hflip |
|
|
Initial value:
{ MODOPT_FLAG, "hflip", &MOC_INPUT, OPTEXP_CORE,
"Flip input images horizontally.",
"hflip", '\0', "<bool>", "false" }
Definition at line 61 of file psycho-monkey.C. |
1.4.4