44 #ifndef vpFrameGrabber_hh
45 #define vpFrameGrabber_hh
47 #include <visp/vpImage.h>
48 #include <visp/vpRGBa.h>
119 inline unsigned int getHeight()
const {
return height ; }
121 inline unsigned int getWidth()
const {
return width ; }
137 virtual void close() =0 ;