source: pacpussensors/trunk/Vislab/XML/VislabComponent.xml@ 146

Last change on this file since 146 was 146, checked in by ldecherf, 7 years ago

modification XML linux

File size: 843 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<pacpus>
3 <components>
4 <component name="Vislab" type="VislabComponent" ui="0" />
5 <component name="ImageViewer" type="CameraViewerComponent" ui="0" />
6 <component name="DisparityViewer" type="CameraViewerComponent" ui="0" />
7 </components>
8
9 <connections>
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" />
13 </connections>
14
15 <plugins prefix="" postfix="" extension="so">
16 <plugin lib="VislabComponent" />
17 <plugin lib="CameraViewer" />
18 </plugins>
19
20 <parameters>
21 </parameters>
22</pacpus>
Note: See TracBrowser for help on using the repository browser.