Changeset 146 in pacpussensors


Ignore:
Timestamp:
03/31/17 10:53:26 (7 years ago)
Author:
ldecherf
Message:

modification XML linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Vislab/XML/VislabComponent.xml

    r127 r146  
    33    <components>
    44        <component name="Vislab" type="VislabComponent" ui="0" />
     5                <component name="ImageViewer" type="CameraViewerComponent" ui="0" />
     6                <component name="DisparityViewer" type="CameraViewerComponent" ui="0" />
    57    </components>
    68
    79    <connections>
    810        <!--<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" />
    913    </connections>
    1014
    1115    <plugins prefix="" postfix="" extension="so">
    1216        <plugin lib="VislabComponent" />
     17                <plugin lib="CameraViewer" />
    1318    </plugins>
    1419   
Note: See TracChangeset for help on using the changeset viewer.