YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
WireImage4mjpeg.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef YARP2_WIREIMAGE4MJPEG
8#define YARP2_WIREIMAGE4MJPEG
9
10#include <yarp/os/SizedWriter.h>
11#include <yarp/sig/Image.h>
12
19
20#endif
yarp::sig::FlexImage * checkForImage(yarp::os::SizedWriter &writer)
Minimal requirements for an efficient Writer.
Definition SizedWriter.h:32
Image class with user control of representation details.
Definition Image.h:363