#include <networkWrappers/frameGrabber_nwc_yarp/FrameGrabber_nwc_yarp.h>
Public Member Functions | |
| int | lastHeight () const |
| int | lastWidth () const |
| yarp::os::Stamp | lastStamp () const |
| template<typename ImageType > | |
| bool | lastImage (ImageType &image) |
| bool | open (const std::string &local, const std::string &remote, const std::string &carrier) |
| bool | close () |
Definition at line 23 of file FrameGrabber_nwc_yarp.h.
| bool StreamReceiver::close | ( | ) |
Definition at line 84 of file FrameGrabber_nwc_yarp.cpp.
| int StreamReceiver::lastHeight | ( | ) | const |
Definition at line 23 of file FrameGrabber_nwc_yarp.cpp.
Definition at line 39 of file FrameGrabber_nwc_yarp.cpp.
| yarp::os::Stamp StreamReceiver::lastStamp | ( | ) | const |
Definition at line 33 of file FrameGrabber_nwc_yarp.cpp.
| int StreamReceiver::lastWidth | ( | ) | const |
Definition at line 28 of file FrameGrabber_nwc_yarp.cpp.
| bool StreamReceiver::open | ( | const std::string & | local, |
| const std::string & | remote, | ||
| const std::string & | carrier | ||
| ) |
Definition at line 59 of file FrameGrabber_nwc_yarp.cpp.