![]() |
Fraxinus
16.5.0-fx-rc4
An IGT application
|
#include <cxImageStreamerOpenCV.h>
Public Member Functions | |
| ImageStreamerOpenCV () | |
| virtual | ~ImageStreamerOpenCV () |
| virtual void | initialize (StringMap arguments) |
| virtual void | startStreaming (SenderPtr sender) |
| virtual void | stopStreaming () |
| virtual bool | isStreaming () |
| virtual QString | getType () |
| virtual QStringList | getArgumentDescription () |
Public Member Functions inherited from cx::CommandLineStreamer | |
| CommandLineStreamer () | |
| virtual | ~CommandLineStreamer () |
Public Member Functions inherited from cx::Streamer | |
| Streamer () | |
| virtual | ~Streamer () |
| void | setSendInterval (int milliseconds) |
| how often an image should be sent (in milliseconds) More... | |
| int | getSendInterval () const |
| how often an image should be sent (in milliseconds) More... | |
Additional Inherited Members | |
Signals inherited from cx::Streamer | |
| void | stateChanged () |
Protected Slots inherited from cx::CommandLineStreamer | |
| virtual void | streamSlot () |
Protected Slots inherited from cx::Streamer | |
| virtual void | streamSlot ()=0 |
Protected Member Functions inherited from cx::Streamer | |
| void | setInitialized (bool initialized) |
| bool | isInitialized () |
| void | createSendTimer (bool singleshot=false) |
| bool | isReadyToSend () |
Protected Attributes inherited from cx::CommandLineStreamer | |
| StringMap | mArguments |
Protected Attributes inherited from cx::Streamer | |
| SenderPtr | mSender |
| QTimer * | mSendTimer |
An object sending images out on an ip port. In order to operate within a nongui thread, it must be created within the run() method of a qthread.
This version uses openCV to grab images from a video file or camera
Definition at line 93 of file cxImageStreamerOpenCV.h.
| cx::ImageStreamerOpenCV::ImageStreamerOpenCV | ( | ) |
Definition at line 154 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Definition at line 167 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::CommandLineStreamer.
Definition at line 177 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::CommandLineStreamer.
Definition at line 172 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Reimplemented from cx::CommandLineStreamer.
Definition at line 183 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 309 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 279 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 299 of file cxImageStreamerOpenCV.cpp.