CustusX
22.04-rc5
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 72 of file cxImageStreamerOpenCV.h.
cx::ImageStreamerOpenCV::ImageStreamerOpenCV | ( | ) |
Definition at line 133 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Definition at line 146 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::CommandLineStreamer.
Definition at line 156 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::CommandLineStreamer.
Definition at line 151 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Reimplemented from cx::CommandLineStreamer.
Definition at line 162 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 288 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 258 of file cxImageStreamerOpenCV.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 278 of file cxImageStreamerOpenCV.cpp.