29#ifdef YARP_LITTLE_ENDIAN
44 frame.map(QAbstractVideoBuffer::WriteOnly);
66 for(
int x = 0; x < s.height(); x++) {
76 sigHandler->sendVideoFrame(frame);
static void handler(int sig)
The class that handles some signals.
A mini-server for performing network communication in the background.
size_t width() const
Gets width of image in pixels.
size_t getRowSize() const
Size of the underlying image buffer rows.
unsigned char * getRawImage() const
Access to the internal image buffer.
size_t getRawImageSize() const
Access to the internal buffer size information (this is how much memory has been allocated for the im...
size_t height() const
Gets height of image in pixels.
An interface to the operating system, including Port based communication.