#include "Component/ModelManager.H"
#include "Devices/DeviceOpts.H"
#include "Devices/FrameGrabberConfigurator.H"
#include "Image/ColorOps.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Raster/Raster.H"
#include "Transport/FrameIstream.H"
#include "Util/log.H"
#include <cstdio>
#include <cstdlib>
Go to the source code of this file.
Functions | |
int | main (const int argc, const char **argv) |
Does a single image grab and writes to file specified. | |
Variables | |
const char * | saveFile |
[put description here]
Definition in file nerd-cam-wan.C.
int main | ( | const int | argc, | |
const char ** | argv | |||
) |
Does a single image grab and writes to file specified.
Definition at line 22 of file nerd-cam-wan.C.
References ModelComponent::addSubComponent(), ModelManager::getExtraArg(), ModelManager::parseCommandLine(), ModelManager::setOptionValString(), sformat(), ModelComponent::start(), ModelComponent::stop(), Raster::WriteGray(), and Raster::WriteRGB().