#include <cstddef>
#include <string>
#include "Component/OptionManager.H"
#include "Devices/DeviceOpts.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/MathOps.H"
#include "Raster/GenericFrame.H"
#include "Raster/Raster.H"
#include "Util/Assert.H"
#include "Util/SimTime.H"
#include "Util/sformat.H"
#include "Video/VideoFrame.H"
#include "Devices/XCgrabber.H"
Go to the source code of this file.
Defines | |
#define | XCWAIT 50 |
Interface with a Silicon imaging digital camera
Definition in file XCgrabber.C.