#include "Beowulf/Beowulf.H"
#include "Component/ModelManager.H"
#include "Devices/FrameGrabberConfigurator.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Transport/FrameIstream.H"
#include "Util/Types.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include <cstdio>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Defines | |
#define | NAVG 20 |
Functions | |
int | main (const int argc, const char **argv) |
Test frame grabbing and X display
Definition in file test-beoGrab.C.
int main | ( | const int | argc, | |
const char ** | argv | |||
) |
This simple executable tests video frame grabbing through the video4linux driver (see V4Lgrabber.H) or the IEEE1394 (firewire) grabber (see IEEE1394grabber.H). Selection of the grabber type is made via the --fg-type=XX command-line option.
Definition at line 58 of file test-beoGrab.C.
References TCPmessage::addImage(), TCPmessage::addString(), ModelComponent::addSubComponent(), Image< T >::getHeight(), Image< T >::getWidth(), ModelManager::parseCommandLine(), TCPmessage::reset(), sformat(), ModelComponent::start(), and ModelComponent::stop().