40 Bars(
int dx ,
int dy ,
const std::string & config ) ;
46 virtual bool init()
override ;
54 void operator=(
const Bars & ) ;
Bars(int dx, int dy, const std::string &config)
Constructor.
virtual void fillBuffer(CaptureBuffer &, const CaptureBufferScale &) override
Override from Gv::ImageGenerator.
An abstract interface for filling a YUYV capture buffer with a generated image.
virtual ~Bars()
Destructor.
virtual bool init() override
Override from Gv::ImageGenerator.
A video-capture buffer class to hold image data, with overloaded constructors for the various V4l i/o...
A structure holding capture buffer dimensions.
A pimple-pattern implementation class for Gv::Bars.
An image generator for test images comprising horizontal or vertical colour bars. ...