39 #ifdef ICL_HAVE_OPENCV 40 #ifdef ICL_HAVE_OPENCV_OLD_STYLE 41 #include <opencv/highgui.h> 42 #include <opencv/cxcore.h> 44 #include <opencv2/highgui/highgui_c.h> 45 #include <opencv/cxcore.h> 97 static const std::vector<GrabberDeviceDescription> &getDeviceList(std::string hint,
bool rescan);
undocument this line if you encounter any issues!
Definition: Any.h:37
core::ImgBase * m_buffer
Buffer for imagescaling.
Definition: OpenCVCamGrabber.h:61
CvCapture * cvc
Wrapped Device struct.
Definition: OpenCVCamGrabber.h:55
utils::Mutex m_mutex
Definition: OpenCVCamGrabber.h:59
int device
number of device
Definition: OpenCVCamGrabber.h:57
#define ICLIO_API
Definition: CompatMacros.h:176
Common interface class for all grabbers.
Definition: Grabber.h:153
Grabber class that uses OpenCV's grabbing function to grab camera images.
Definition: OpenCVCamGrabber.h:52
Represents a single property.
Definition: Configurable.h:200
Mutex class of the ICL.
Definition: Mutex.h:54
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131