21 #ifndef GV_IMAGE_GENERATOR__H
22 #define GV_IMAGE_GENERATOR__H
29 class ImageGenerator ;
38 virtual bool init() = 0 ;
virtual void fillBuffer(CaptureBuffer &, const CaptureBufferScale &)=0
Fills the given capture buffer with a generated image.
An abstract interface for filling a YUYV capture buffer with a generated image.
A video-capture buffer class to hold image data, with overloaded constructors for the various V4l i/o...
virtual bool init()=0
Initialisation function. Returns true for rgb, false for yuyv.
A structure holding capture buffer dimensions.
virtual ~ImageGenerator()
Destructor.