virtual const core::ImgBase * acquireImage()
grab function
undocument this line if you encounter any issues!
Definition: Any.h:37
void restart()
direct access to restart video playback from the first frame
void processPropertyChange(const utils::Configurable::Property &prop)
callback for changed configurable properties
Params * m_params
property values
Definition: VideoGrabber.h:98
void unpause()
direct access to unpause video playback
Xine-based Video Grabber (grabs most common image formats)
Definition: VideoGrabber.h:64
void pause()
direct access to pause video playback (grab will block then)
Common interface class for all grabbers.
Definition: Grabber.h:153
~VideoGrabber()
Destructor.
Property & prop(const std::string &propertyName)
this CAN be used e.g. to store a property value in internal property-list
XineHandle * m_xine
internal data belonging to the xine library
Definition: VideoGrabber.h:96
VideoGrabber(const std::string &fileName)
Create video grabber with given video-file name.
Represents a single property.
Definition: Configurable.h:200
Data * m_data
internal data
Definition: VideoGrabber.h:97
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131