#include <windows.h>#include <winbase.h>#include <vcl_vector.h>#include <vcl_string.h>#include <1394Camera.h>#include <vil1/vil1_rgb.h>#include <vil1/vil1_memory_image_of.h>#include <vvid/cmu_1394_camera_params.h>#include <vpro/vpro_video_process_sptr.h>#include <vcl_iosfwd.h>Go to the source code of this file.
Classes | |
| class | cmu_1394_camera |
A wrapper class for the cmu 1394 camera. Mainly to set parameters. The approach is inheritance so we don't have to duplicate the CMU camera interface. The parameters can be passed as a block to duplicate camera setup and to conveniently support file I/0.
Modifications:
J.L. Mundy Aug 29, 2002 Initial version.
J.L. Mundy Jun 01, 2003 Added methods to determine the capabilities
of cameras and constrain parameters to
match max-min ranges of a given camera
Definition in file cmu_1394_camera.h.
1.7.5.1