|
VideoTools
|
An abstract interface for filling a YUYV capture buffer with a generated image. More...
#include <gvimagegenerator.h>
Inheritance diagram for Gv::ImageGenerator:Public Member Functions | |
| virtual bool | init ()=0 |
| Initialisation function. Returns true for rgb, false for yuyv. | |
| virtual void | fillBuffer (CaptureBuffer &, const CaptureBufferScale &)=0 |
| Fills the given capture buffer with a generated image. More... | |
| virtual | ~ImageGenerator () |
| Destructor. | |
An abstract interface for filling a YUYV capture buffer with a generated image.
Definition at line 35 of file gvimagegenerator.h.
|
pure virtual |