RGB Interface to a FrameGrabber device. More...
#include <yarp/dev/FrameGrabberInterfaces.h>
Public Member Functions | |
virtual | ~IFrameGrabberRgb () |
virtual bool | getRgbBuffer (unsigned char *buffer)=0 |
Get a rgb buffer from the frame grabber, if required demosaicking/color reconstruction is applied. More... | |
virtual int | height () const =0 |
Return the height of each frame. More... | |
virtual int | width () const =0 |
Return the width of each frame. More... | |
RGB Interface to a FrameGrabber device.
Definition at line 209 of file FrameGrabberInterfaces.h.
|
inlinevirtual |
Definition at line 212 of file FrameGrabberInterfaces.h.
|
pure virtual |
Get a rgb buffer from the frame grabber, if required demosaicking/color reconstruction is applied.
buffer | pointer to the buffer to be filled (must be previously allocated) |
Implemented in V4L_camera, and USBCameraDriver.
|
pure virtual |
Return the height of each frame.
Implemented in V4L_camera, USBCameraDriverRaw, USBCameraDriverRgb, and USBCameraDriver.
|
pure virtual |
Return the width of each frame.
Implemented in V4L_camera, USBCameraDriverRaw, USBCameraDriverRgb, and USBCameraDriver.