40 #include <visp3/core/vpConfig.h>
41 #if (defined(VISP_HAVE_DIRECTSHOW))
43 #include <visp3/sensor/vpDirectShowGrabber.h>
44 #include <visp3/sensor/vpDirectShowGrabberImpl.h>
155 return grabber->setFormat(
width,
height, framerate);
192 #elif !defined(VISP_BUILD_SHARED_LIBS)
195 void dummy_vpDirectShowGrabber(){};
virtual ~vpDirectShowGrabber()
void acquire(vpImage< unsigned char > &I)
void getFormat(unsigned int &width, unsigned int &height, double &framerate)
bool setDevice(unsigned int id)
unsigned int getDeviceNumber()
bool getStreamCapabilities()
bool setImageSize(unsigned int width, unsigned int height)
bool setMediaType(int mediaTypeID)
bool setFramerate(double framerate)
bool setFormat(unsigned int width, unsigned int height, double framerate)
unsigned int height
Number of rows in the image.
unsigned int width
Number of columns in the image.