Changeset 146 in pacpussensors for trunk/Vislab
- Timestamp:
- Mar 31, 2017, 10:53:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vislab/XML/VislabComponent.xml
r127 r146 3 3 <components> 4 4 <component name="Vislab" type="VislabComponent" ui="0" /> 5 <component name="ImageViewer" type="CameraViewerComponent" ui="0" /> 6 <component name="DisparityViewer" type="CameraViewerComponent" ui="0" /> 5 7 </components> 6 8 7 9 <connections> 8 10 <!--<connection output="producer.image" input="consumer.image" type="direct" priority="0" />--> 11 <connection output="Vislab.image" input="ImageViewer.image" type="direct" priority="0" /> 12 <connection output="Vislab.disparity" input="DisparityViewer.image" type="direct" priority="0" /> 9 13 </connections> 10 14 11 15 <plugins prefix="" postfix="" extension="so"> 12 16 <plugin lib="VislabComponent" /> 17 <plugin lib="CameraViewer" /> 13 18 </plugins> 14 19
Note:
See TracChangeset
for help on using the changeset viewer.