40 #ifndef VP_FRAME_GRABBER_H
41 #define VP_FRAME_GRABBER_H
43 #include <visp3/core/vpConfig.h>
44 #include <visp3/core/vpImage.h>
45 #include <visp3/core/vpRGBa.h>
108 unsigned int getHeight()
const;
110 unsigned int getWidth()
const;
116 #if (VISP_CXX_STANDARD > VISP_CXX_STANDARD_98)
Base class for all video devices. It is designed to provide a front end to video sources.
virtual void acquire(vpImage< vpRGBa > &I)=0
virtual void open(vpImage< unsigned char > &I)=0
unsigned int height
Number of rows in the image.
bool init
Set to true if the frame grabber has been initialized.
unsigned int width
Number of columns in the image.
virtual void open(vpImage< vpRGBa > &I)=0
virtual void acquire(vpImage< unsigned char > &I)=0
virtual ~vpFrameGrabber()=default