24 #ifndef CAPTUREPLUGINCMU_H 25 #define CAPTUREPLUGINCMU_H 34 #ifdef ALVAR_Capture_Plugin_CMU_BUILD 35 #define ALVAR_CAPTURE_PLUGIN_CMU_EXPORT __declspec(dllexport) 37 #define ALVAR_CAPTURE_PLUGIN_CMU_EXPORT __declspec(dllimport) 40 #define ALVAR_CAPTURE_PLUGIN_CMU_EXPORT 46 #include "1394camera.h" 74 IplImage *captureImage();
75 bool showSettingsDialog();
76 std::string SerializeId();
#define ALVAR_CAPTURE_PLUGIN_CMU_EXPORT
Implementation of CapturePlugin interface for Cmu plugin.
CaptureDevice holder for camera information.
This file implements a capture plugin interface.
void registerPlugin(const std::string &captureType, alvar::CapturePlugin *&capturePlugin)
CapturePlugin interface that plugins must implement.
Capture interface that plugins must implement.
Class for serializing class content to/from file or std::iostream.
std::vector< CaptureDevice > CaptureDeviceVector
Vector of CaptureDevices.
Implementation of Capture interface for Cmu plugin.
This file implements a capture interface.