sample RT component which has one data input port and one data output port More...
#include <VideoCapture.h>
sample RT component which has one data input port and one data output port
Definition at line 39 of file VideoCapture.h.
enum VideoCapture::mode [private] |
Definition at line 144 of file VideoCapture.h.
VideoCapture::VideoCapture | ( | RTC::Manager * | manager | ) |
Constructor.
manager | pointer to the Manager |
Definition at line 38 of file VideoCapture.cpp.
VideoCapture::~VideoCapture | ( | ) | [virtual] |
Destructor.
Definition at line 51 of file VideoCapture.cpp.
bool VideoCapture::capture | ( | ) |
Definition at line 200 of file VideoCapture.cpp.
RTC::ReturnCode_t VideoCapture::onActivated | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 116 of file VideoCapture.cpp.
RTC::ReturnCode_t VideoCapture::onDeactivated | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 154 of file VideoCapture.cpp.
RTC::ReturnCode_t VideoCapture::onExecute | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 164 of file VideoCapture.cpp.
RTC::ReturnCode_t VideoCapture::onInitialize | ( | void | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 57 of file VideoCapture.cpp.
RTC::ReturnCode_t VideoCapture::onStartup | ( | RTC::UniqueId | ec_id | ) | [virtual] |
Reimplemented from RTC::RTObject_impl.
Definition at line 104 of file VideoCapture.cpp.
Definition at line 261 of file VideoCapture.cpp.
Definition at line 266 of file VideoCapture.cpp.
Definition at line 256 of file VideoCapture.cpp.
Definition at line 139 of file VideoCapture.h.
Definition at line 133 of file VideoCapture.h.
Img::TimedCameraImage VideoCapture::m_CameraImage [protected] |
Definition at line 121 of file VideoCapture.h.
OutPort<Img::TimedCameraImage> VideoCapture::m_CameraImageOut [protected] |
Definition at line 122 of file VideoCapture.h.
std::vector< v4l_capture * > VideoCapture::m_cameras [private] |
Definition at line 148 of file VideoCapture.h.
std::vector<int> VideoCapture::m_devIds [private] |
Definition at line 147 of file VideoCapture.h.
int VideoCapture::m_frameRate [private] |
Definition at line 149 of file VideoCapture.h.
int VideoCapture::m_height [private] |
Definition at line 149 of file VideoCapture.h.
std::string VideoCapture::m_initialMode [private] |
Definition at line 146 of file VideoCapture.h.
mode VideoCapture::m_mode [private] |
Definition at line 145 of file VideoCapture.h.
Img::TimedMultiCameraImage VideoCapture::m_MultiCameraImages [protected] |
Definition at line 119 of file VideoCapture.h.
OutPort<Img::TimedMultiCameraImage> VideoCapture::m_MultiCameraImagesOut [protected] |
Definition at line 120 of file VideoCapture.h.
bool VideoCapture::m_needToReactivate [private] |
Definition at line 151 of file VideoCapture.h.
double VideoCapture::m_tOld [private] |
Definition at line 150 of file VideoCapture.h.
int VideoCapture::m_width [private] |
Definition at line 149 of file VideoCapture.h.