<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<MainPatch version="5">

  <Patch>
    <Properties>
      <PropertySet name="gui-mdi">
        <Property name="Private.ZoomFactor">1</Property>
        <Property name="Private.RunLevel">1</Property>
        <Property name="Private.ScrollPos">0;0</Property>
      </PropertySet>
    </Properties>
    <Blocks>
      <Block active="1" catalog="system" class-id="image_generator" id="18" label="ImageGenerator_1" log_info="2" run_level="1" sync-in_mode="1">
        <Properties>
          <PropertySet name="gui-mdi">
            <Property name="Appearance.Pos">70;80</Property>
            <Property name="Private.ZOrder">2</Property>
            <Property name="Private.ObjID">1</Property>
            <Property name="Appearance.Size">48;48</Property>
            <Property name="Appearance.Orientation">1</Property>
            <Property name="Private.ExportedParams"></Property>
            <Property name="Private.Selected">1</Property>
            <Property name="Private.ParamsOrder">kernel::active_status;kernel::active_trigger;kernel::run_level;kernel::sync_in_mode;kernel::log_level;size;pixel_model;color_model;has_alpha;continuous;constant_color;constant_alpha;source_type;seed;unif_min;unif_max;gauss_mean;gauss_stddev;axis;ramp_offset;ramp_slope</Property>
            <Property name="Private.FullPath">ImageAndVideo.Generator.ImageGenerator</Property>
            <Property name="DisplaySyncInVisible">0</Property>
            <Property name="DisplaySyncOutVisible">0</Property>
          </PropertySet>
        </Properties>
        <Parameters>
          <Parameter catalog="base" class-id="size2d_int" description="Size of the image, in pixels. Some commonly used sizes are given in the following, however, such values are just suggestions as the image datatype supports any size. 320x200 CGA (very old graphic cards) 640x480 VGA (old graphic cards) 1024x768 XGA (common resolution for 15'' LCDmonitors) 1280x1024 SXGA (common resolution for 17'' LCD monitors) 1400x1050 SXGA+ (many notebooks) 1600x1200 UXGA (20'' LCD monitors) 1920x1200 WUXGA (modern widescreen monitors) 352x288 PAL QCIF 720x576 PAL " design-time="1" enabled="1" id="size" name="Size" run-time="0">
            <Value>352;288</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Pixel model of the image. Specifies the number of bits used for each channel, hence the color definition. May assume one of the following values: 8 bits unsigned integer; 16 bits unsigned integer; 16 bits signed integer; 32 bits floating point." design-time="1" enabled="1" id="pixel_model" name="Pixel model" run-time="0">
            <Value>0</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;4;2</Domain>
            <Layout catalog="kernel" class-id="combo">8 bits, unsigned;16 bits, unsigned;16 bits, signed;Float</Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="The color model define the way a color is stored into the image.May assume one of following values: BW (1 channel: grayscale); BGR (3 channel packed: Blue, Green, Red); RGB (3 channel packed: Red, Green, Blue); YUV (3 channel packed: Y, Cb, Cr); YUYV (3 channel packed, undersampled 422: Y, Cb, Cr); UYVY (3 channel packed, undersampled 422: Y, Cb, Cr); I420 (3 channel planar, undersampled 411: Y, Cb, Cr); YV12 (3 channel planar, undersampled 411: Y, Cb, Cr); HSV (3 channel packed: Hue, Saturation, Value). " design-time="1" enabled="1" id="color_model" name="Color model" run-time="0">
            <Value>2</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;9;2</Domain>
            <Layout catalog="kernel" class-id="combo">BW;RGB;BGR;YUV;YUYV;UYVY;I420;YV12;HSV</Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="bool" description="Specifies whether the image has an alpha channel. Note that alpha channel is supported only with RGB, BGR, or YUV images. In all other cases this parameter should be set to false." design-time="1" enabled="1" id="has_alpha" name="Has alpha" run-time="0">
            <Value>1</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="bool" description="Specifies wether the output is always generated (true) or only when the value changes (false)" design-time="1" enabled="1" id="continuous" name="Continuous" run-time="1">
            <Value>1</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="rgbcolor" description="This color is used as main color value (RGB space model) in 'Constant', 'Jaehne' and 'Ramp' source type." design-time="1" enabled="1" id="constant_color" name="Color" run-time="1">
            <Value>rgb: 0;0;0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="The alpha channel is filled with this value." design-time="1" enabled="1" id="constant_alpha" name="Alpha" run-time="1">
            <Value>1</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Specifies the type of image generated. May assume one of following values: Constant (all pixels have the same color) Color Bars (vertical bar of colors) Random values with uniform distribution (pixels have random values) Random values with Gaussian distribution (pixels have random values) Jaehne (Jaehne&amp;Í&amp;Í'Í(Í)Í)Í*Í+Í,Í,Í" design-time="1" enabled="1" id="source_type" name="Source type" run-time="1">
            <Value>2</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;6;2</Domain>
            <Layout catalog="kernel" class-id="combo">Constant;Color bars;Random values with uniform distribution;Random values with Gaussian distribution;Jaehne;Ramp</Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Seed value used to initialize the random number generator. This parameter is used in the two 'Random value' source types." design-time="1" enabled="1" id="seed" name="Seed" run-time="0">
            <Value>41</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Lower bound for the range of uniform distribution. This parameter is used only in the 'Random value with uniform distribution' source type." design-time="1" enabled="1" id="unif_min" name="Min (uniform)" run-time="1">
            <Value>0.5</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Upper bound for the range of uniform distribution. This parameter is used only in the 'Random value with uniform distribution' source type." design-time="1" enabled="1" id="unif_max" name="Max (uniform)" run-time="1">
            <Value>1</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Mean of gaussian distribution. This parameter is used only in the 'Random value with gaussian distribution' source type." design-time="1" enabled="1" id="gauss_mean" name="Mean" run-time="1">
            <Value>0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Standard deviation of gaussian distribution. This parameter is used only in the 'Random value with gaussian distribution' source type." design-time="1" enabled="1" id="gauss_stddev" name="Standard deviation" run-time="1">
            <Value>0.16666666666666666</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Specifies the direction of the image intensity ramp. May be the horizontal axis, the vertical axis, or both. This parameter is used only in 'Ramp' source type." design-time="1" enabled="1" id="axis" name="Axis" run-time="1">
            <Value>1</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;3;2</Domain>
            <Layout catalog="kernel" class-id="combo">Horizontal axis;Vertical axis;Both axis</Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Starting value of the color intensity ramp. This parameter is used only in the 'Ramp' source type." design-time="1" enabled="1" id="ramp_offset" name="Offset" run-time="1">
            <Value>0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Slope value of the color intensity ramp. This parameter is used only in the 'Ramp' source type." design-time="1" enabled="1" id="ramp_slope" name="Slope" run-time="1">
            <Value>0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
        </Parameters>
        <Inputs/>
        <Outputs>
          <Output catalog="base" class-id="image" description="Immagine" id="output_video_stream" inherited-id="" inplace-id="" name="Immagine"/>
        </Outputs>
        <PrivateData/>
      </Block>
      <Block active="1" catalog="system" class-id="video-server" id="102" label="HTTPVideoServer_1" log_info="2" run_level="1" sync-in_mode="1">
        <Properties>
          <PropertySet name="gui-mdi">
            <Property name="Appearance.Pos">370;70</Property>
            <Property name="Private.ZOrder">1</Property>
            <Property name="Private.ObjID">2</Property>
            <Property name="Appearance.Size">48;48</Property>
            <Property name="Appearance.Orientation">1</Property>
            <Property name="Private.ExportedParams"></Property>
            <Property name="Private.Selected">1</Property>
            <Property name="Private.ParamsOrder">kernel::active_status;kernel::active_trigger;kernel::run_level;kernel::sync_in_mode;kernel::log_level;http-server;ip-address;tcp-port;quality;doc-root;num-inputs</Property>
            <Property name="Private.FullPath">ImageAndVideo.Output.HTTPVideoServer</Property>
            <Property name="DisplaySyncInVisible">0</Property>
            <Property name="DisplaySyncOutVisible">0</Property>
          </PropertySet>
        </Properties>
        <Parameters>
          <Parameter catalog="kernel" class-id="bool" description="Enable Http 1.0 server" design-time="1" enabled="1" id="http-server" name="Http server" run-time="0">
            <Value>1</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="string" description="Web server Ip Address of the ethernet interface" design-time="1" enabled="1" id="ip-address" name="IP Address" run-time="1">
            <Value>localhost</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="TCP Port (DEFAULT: 777)" design-time="1" enabled="1" id="tcp-port" name="TCP Port" run-time="0">
            <Value>777</Value>
            <Domain catalog="kernel" class-id="int-domain">1;1;65535;1</Domain>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Quality" design-time="1" enabled="1" id="quality" name="Quality" run-time="1">
            <Value>80</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;100;1</Domain>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="string" description="Root document for the HTML 1.0 web server" design-time="1" enabled="1" id="doc-root" name="Web server Root" run-time="0">
            <Value>..\..\..</Value>
            <Domain/>
            <Layout catalog="kernel" class-id="foldername"></Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Number of input for the video server" design-time="1" enabled="1" id="num-inputs" name="Number of inputs" run-time="0">
            <Value>1</Value>
            <Domain catalog="kernel" class-id="int-domain">1;1;0;0</Domain>
            <Layout/>
            <InitInfo/>
          </Parameter>
        </Parameters>
        <Inputs>
          <Input catalog="base" class-id="image" description="Image  0 to compress and send" id="input0" name="Input image 0" read-write="0" required_for_execution="1" required_for_initialization="1">
            <RequiredInterfaces/>
          </Input>
        </Inputs>
        <Outputs/>
        <PrivateData/>
      </Block>
    </Blocks>
    <PatchPins/>
    <SubpatchInputPins/>
    <SubpatchOutputPins/>
    <SubpatchParameterPins/>
    <CustomObjects/>
    <Links>
      <Link>
        <Pin block="18" id="output_video_stream" type="source"/>
        <Pin block="102" id="input0" target_type="input" type="target"/>
        <Properties>
          <PropertySet name="gui-mdi">
            <Property name="Private.SrcPinDelta">0;0</Property>
            <Property name="Private.SrcPinNdx">-1</Property>
            <Property name="Private.DstPinDelta">0;0</Property>
            <Property name="Private.DstPinNdx">-1</Property>
            <Property name="Private.NumPins">0</Property>
            <Property name="Private.Selected">1</Property>
            <Property name="Private.ZOrder">0</Property>
            <Property name="Private.ObjID">3</Property>
          </PropertySet>
        </Properties>
      </Link>
    </Links>
  </Patch>

</MainPatch>
