43 #ifndef _VIDEO_CAPTURE_INTERFACE_H_
44 #define _VIDEO_CAPTURE_INTERFACE_H_
virtual void CloseCamera()=0
ImageType
Enum specifying the supported image types.
Interface to video capture modules.
virtual bool OpenCamera()=0
virtual CByteImage::ImageType GetType()=0
virtual bool CaptureImage(CByteImage **ppImages)=0
virtual int GetNumberOfCameras()=0
virtual ~CVideoCaptureInterface()
virtual int GetHeight()=0
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...
virtual bool SetExposureTime(int nExposureInUS)