
#include "Image/Image.H"#include "Image/Pixels.H"#include "Util/Types.H"#include "Beowulf/Beowulf.H"#include "Component/ModelManager.H"#include "GUI/XWinManaged.H"#include "Util/log.H"#include <cstdio>#include <cstdlib>#include <cstring>
Go to the source code of this file.
Functions | |
| int | main (const int argc, const char **argv) |
Test frame grabbing and X display
Definition in file test-beoGrab-master.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 54 of file test-beoGrab-master.C.
References CloseButtonListener::add(), TCPmessage::addInt32(), ModelComponent::addSubComponent(), XWindow::drawImage(), TCPmessage::getElementColByteIma(), TCPmessage::getElementString(), ModelManager::parseCommandLine(), CloseButtonListener::pressedAnyCloseButton(), TCPmessage::reset(), ModelComponent::start(), and ModelComponent::stop().
1.6.3