RGB Interface to a FrameGrabber device.
More...
#include <yarp/dev/IFrameGrabberRgb.h>
RGB Interface to a FrameGrabber device.
- Deprecated:
- Since YARP 3.5
Definition at line 28 of file IFrameGrabberRgb.h.
◆ ~IFrameGrabberRgb()
yarp::dev::IFrameGrabberRgb::~IFrameGrabberRgb |
( |
| ) |
|
|
virtualdefault |
◆ getRgbBuffer()
virtual bool yarp::dev::IFrameGrabberRgb::getRgbBuffer |
( |
unsigned char * |
buffer | ) |
|
|
pure virtual |
Get a rgb buffer from the frame grabber, if required demosaicking/color reconstruction is applied.
- Parameters
-
buffer | pointer to the buffer to be filled (must be previously allocated) |
- Returns
- true/false upon success/failure
◆ height()
virtual int yarp::dev::IFrameGrabberRgb::height |
( |
| ) |
const |
|
pure virtual |
Return the height of each frame.
- Returns
- image height
◆ width()
virtual int yarp::dev::IFrameGrabberRgb::width |
( |
| ) |
const |
|
pure virtual |
Return the width of each frame.
- Returns
- image width
The documentation for this class was generated from the following files: