source: pacpussensors/trunk/Vislab/XML/VislabComponentWindows.xml@ 149

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

Ajout XML windows

File size: 846 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="dll">
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.