|
Basic RT components and utilities
315.12.1
|
This component captures camera data using v4l and publish it.
| implementation_id | VideoCapture |
|---|---|
| category | example |
| port name | data type | unit | description |
|---|
| port name | data type | unit | description |
|---|---|---|---|
| MultiCameraImages | Img::TimedMultiCameraImage | exists only when multiple device IDs are given | |
| CameraImage | Img::TimedCameraImage | exists only when a single device ID is given |
| port name | interface name | service type | IDL | description |
|---|---|---|---|---|
| CameraCaptureService | service0 | CameraCaptureService | Img::CameraCaptureService |
N/A
| name | type | unit | default value | description |
|---|---|---|---|---|
| initialMode | std::string | continuous | ||
| devIds | std::vector<int> | 0 | list of device IDs | |
| width | int | 640 | width of image | |
| height | int | 480 | height of image |
N/A
1.7.6.1