__init__(self,
visualisation,
size,
pgm_image)
(Constructor)
| source code
|
The ElisaVisualisationBin is a wrapper for the different visualisation
elements of GStreamer.
- Parameters:
visualisation (string) - the GStreamer Element to use
size (int) - a size in pixel to calculate the visualisation size for
pgm_image (pgm.graph.image.Image ) - the pgm_image that is used for sinking
|