Read a YARP-format image and sound from a device. More...
#include <yarp/dev/IAudioVisualGrabber.h>
Public Member Functions | |
virtual | ~IAudioVisualGrabber () |
Destructor. More... | |
virtual bool | getAudioVisual (yarp::sig::ImageOf< yarp::sig::PixelRgb > &image, yarp::sig::Sound &sound)=0 |
Get an image and sound. More... | |
Read a YARP-format image and sound from a device.
Definition at line 26 of file IAudioVisualGrabber.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Get an image and sound.
image | the image to be filled |
sound | the sound to be filled |
Implemented in ServerFrameGrabber, and FfmpegGrabber.