video capture component $Date$ More...
Go to the source code of this file.
Functions | |
void | VideoCaptureInit (RTC::Manager *manager) |
Variables | |
static const char * | videocapture_spec [] |
void VideoCaptureInit | ( | RTC::Manager * | manager | ) |
Definition at line 275 of file VideoCapture.cpp.
const char* videocapture_spec[] [static] |
{ "implementation_id", "VideoCapture", "type_name", "VideoCapture", "description", "video capture component", "version", HRPSYS_PACKAGE_VERSION, "vendor", "JSK", "category", "example", "activity_type", "DataFlowComponent", "max_instance", "10", "language", "C++", "lang_type", "compile", "conf.default.initialMode", "continuous", "conf.default.devIds", "0", "conf.default.width", "640", "conf.default.height", "480", "conf.default.frameRate", "1", "" }
Definition at line 15 of file VideoCapture.cpp.