#include "Devices/QuickTimeGrabber.H"
#include "Devices/DeviceOpts.H"
#include "Raster/GenericFrame.H"
#include "Util/Janitor.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include <unistd.h>
Go to the source code of this file.
Defines | |
#define | MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_3 |
Grab frames (e.g. from a camera) using QuickTime's SequenceGrabber APIs
Definition in file QuickTimeGrabber.C.