# Run sample applications using a host computer

You can run the sample application on the Qualcomm Dragonwing^™^ RB3 Gen 2 Development Kit using a host computer with Windows, Ubuntu, or mac operating system.

## Prerequisites

Before running any application, ensure to Set up the device.

## Run multimedia sample applications

The multimedia sample applications show use cases for camera, display, and video streams on the device.

### Multicamera streaming or encoding (Dash cam)

The **gst-multi-camera-example** command-line application shows simultaneous streaming from two camera sensors on the Dragonwing RB3 Gen 2 device. The application composes the camera feeds side-by-side to display on a screen or encodes and stores the video streams to files.

The following figure shows the workflow of the gst-multi-camera-example (Dash cam) application, divided into two functional sections: Composition and Encoding. In the Composition section, Camera 0 and Camera 1 feed into a Composer, which sends output to a display. In the Encoding section, each camera stream is processed by an H.264 encoder and then saved to a file.

<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1024" height="677" viewbox="0 0 1024 677" aria-label="Workflow to stream from two cameras using the gst-multi-camera-example (Dash cam) application.">
  <defs>
    <style>.svg-1 .cls-1,.svg-1 .cls-2,.svg-1 .cls-3 { letter-spacing: .05em }
.svg-1 .cls-2,.svg-1 .cls-4 { fill: #fff; font-family: Roboto-Regular, Roboto }
.svg-1 .cls-2,.svg-1 .cls-4,.svg-1 .cls-3 { font-size: 24.62px }
.svg-1 .cls-5,.svg-1 .cls-6,.svg-1 .cls-7,.svg-1 .cls-8 { stroke-miterlimit: 10 }
.svg-1 .cls-5,.svg-1 .cls-7,.svg-1 .cls-8 { fill: none; stroke: #000 }
.svg-1 .cls-5,.svg-1 .cls-8 { stroke-width: .75px }
.svg-1 .cls-9 { letter-spacing: .05em }
.svg-1 .cls-6 { fill: #fafafa; stroke: #d2d7e1 }
.svg-1 .cls-7 { stroke-width: 2px }
.svg-1 .cls-10 { fill: #6280cc }
.svg-1 .cls-11 { letter-spacing: .04em }
.svg-1 .cls-3 { font-family: Roboto-Bold, Roboto; font-weight: 700 }
.svg-1 .cls-8 { stroke-dasharray: 5.01 5.01 }
.svg-1 .cls-12 { letter-spacing: .04em }
.svg-1 .cls-13 { letter-spacing: .04em }
.svg-1 .cls-14 { letter-spacing: .05em }
.svg-1 .cls-15 { letter-spacing: .03em }</style>
  </defs>
  <rect class="cls-6" x="11.25" y="9" width="1001.5" height="658.67" rx="8" ry="8"></rect>
  <rect class="cls-10" x="34" y="75.37" width="200.3" height="83.93" rx="4" ry="4"></rect>
  <rect class="cls-10" x="389.85" y="75.37" width="222.3" height="229.52" rx="4" ry="4"></rect>
  <rect class="cls-10" x="767.7" y="75.37" width="222.3" height="229.52" rx="4" ry="4"></rect>
  <rect class="cls-10" x="34" y="220.96" width="200.3" height="83.93" rx="4" ry="4"></rect>
  <text class="cls-4" transform="translate(77.25 123.87)"><tspan class="cls-1" x="0" y="0">Came</tspan><tspan class="cls-15" x="68.96" y="0">r</tspan><tspan class="cls-1" x="78.04" y="0">a 0</tspan></text>
  <text class="cls-3" transform="translate(33.47 48.33)"><tspan x="0" y="0">Composition</tspan></text>
  <text class="cls-2" transform="translate(439.91 197.32)"><tspan x="0" y="0">Composer</tspan></text>
  <text class="cls-4" transform="translate(835.43 197.32)"><tspan class="cls-14" x="0" y="0">Displ</tspan><tspan class="cls-13" x="60.75" y="0">a</tspan><tspan class="cls-9" x="75.19" y="0">y</tspan></text>
  <text class="cls-4" transform="translate(77.25 270.12)"><tspan class="cls-1" x="0" y="0">Came</tspan><tspan class="cls-15" x="68.96" y="0">r</tspan><tspan class="cls-1" x="78.04" y="0">a 1</tspan></text>
  <g>
    <line class="cls-7" x1="234.3" y1="117.33" x2="381.24" y2="117.33"></line>
    <polygon points="379.49 123.31 389.85 117.33 379.49 111.35 379.49 123.31"></polygon>
  </g>
  <g>
    <line class="cls-7" x1="612.15" y1="190.13" x2="759.09" y2="190.13"></line>
    <polygon points="757.34 196.11 767.7 190.13 757.34 184.15 757.34 196.11"></polygon>
  </g>
  <g>
    <line class="cls-7" x1="234.3" y1="262.93" x2="381.24" y2="262.93"></line>
    <polygon points="379.49 268.91 389.85 262.93 379.49 256.94 379.49 268.91"></polygon>
  </g>
  <rect class="cls-10" x="34" y="413.62" width="200.3" height="83.93" rx="4" ry="4"></rect>
  <rect class="cls-10" x="389.85" y="413.62" width="222.3" height="83.93" rx="4" ry="4"></rect>
  <rect class="cls-10" x="389.85" y="559.21" width="222.3" height="83.93" rx="4" ry="4"></rect>
  <rect class="cls-10" x="34" y="559.21" width="200.3" height="83.93" rx="4" ry="4"></rect>
  <text class="cls-4" transform="translate(77.25 462.12)"><tspan class="cls-1" x="0" y="0">Came</tspan><tspan class="cls-15" x="68.96" y="0">r</tspan><tspan class="cls-1" x="78.04" y="0">a 0</tspan></text>
  <text class="cls-3" transform="translate(34 386.58)"><tspan x="0" y="0">Encoding</tspan></text>
  <text class="cls-2" transform="translate(413.41 462.77)"><tspan x="0" y="0">H.264 encoder</tspan></text>
  <rect class="cls-10" x="767.7" y="413.62" width="222.3" height="83.93" rx="4" ry="4"></rect>
  <text class="cls-4" transform="translate(809.19 462.77)"><tspan class="cls-11" x="0" y="0">W</tspan><tspan class="cls-1" x="22.82" y="0">rite </tspan><tspan class="cls-12" x="70.46" y="0">t</tspan><tspan class="cls-14" x="79.49" y="0">o file</tspan></text>
  <text class="cls-2" transform="translate(413.41 608.37)"><tspan x="0" y="0">H.264 encoder</tspan></text>
  <text class="cls-4" transform="translate(77.25 608.37)"><tspan class="cls-1" x="0" y="0">Came</tspan><tspan class="cls-15" x="68.96" y="0">r</tspan><tspan class="cls-1" x="78.04" y="0">a 1</tspan></text>
  <g>
    <line class="cls-7" x1="234.3" y1="455.58" x2="381.24" y2="455.58"></line>
    <polygon points="379.49 461.56 389.85 455.58 379.49 449.6 379.49 461.56"></polygon>
  </g>
  <g>
    <line class="cls-7" x1="612.15" y1="455.58" x2="759.09" y2="455.58"></line>
    <polygon points="757.34 461.56 767.7 455.58 757.34 449.6 757.34 461.56"></polygon>
  </g>
  <rect class="cls-10" x="767.7" y="559.21" width="222.3" height="83.93" rx="4" ry="4"></rect>
  <text class="cls-4" transform="translate(809.19 608.37)"><tspan class="cls-11" x="0" y="0">W</tspan><tspan class="cls-1" x="22.82" y="0">rite </tspan><tspan class="cls-12" x="70.46" y="0">t</tspan><tspan class="cls-14" x="79.49" y="0">o file</tspan></text>
  <g>
    <line class="cls-7" x1="612.15" y1="601.18" x2="759.09" y2="601.18"></line>
    <polygon points="757.34 607.16 767.7 601.18 757.34 595.19 757.34 607.16"></polygon>
  </g>
  <g>
    <line class="cls-7" x1="234.3" y1="601.18" x2="381.24" y2="601.18"></line>
    <polygon points="379.49 607.16 389.85 601.18 379.49 595.19 379.49 607.16"></polygon>
  </g>
  <g>
    <line class="cls-5" x1="11.25" y1="340.56" x2="13.75" y2="340.56"></line>
    <line class="cls-8" x1="18.76" y1="340.56" x2="1007.75" y2="340.56"></line>
    <line class="cls-5" x1="1010.25" y1="340.56" x2="1012.75" y2="340.56"></line>
  </g>
</svg>

**Figure: Dash cam application workflow**

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 0 640 400" width="640" height="400" style="cursor:auto !important" aria-label="">
    <defs>
      <style>@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&amp;display=swap");
.svg-2 .bg-fill { fill: var(--color-background) }
.svg-2 .fill-text { color: var(--color-content); fill: var(--color-content) }
.svg-2 .video-hoverbox { transition: opacity 0.15s ease-in-out }
.svg-2 .video-hoverbox:hover { opacity: 0.9 }
 { fill: #000000; stroke: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-2 .st2 { fill: #ffffff; font-family: Arial; font-size: 1.00001em }
.svg-2 .st3 { fill: #ffffff; stroke: none; stroke-linecap: butt; stroke-width: 6.375 }
.svg-2 .st4 { fill: none; stroke: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-2 .st5 { fill: none; fill-rule: evenodd; font-size: 12px; overflow: visible; stroke-linecap: square; stroke-miterlimit: 3 }</style>
  </defs>

  <foreignobject x="0" y="0" width="640" height="400">
    <body xmlns="http://www.w3.org/1999/xhtml">
        <iframe width="640" height="400" src="https://players.brightcove.net/1414329538001/4JiZQnWhg_default/index.html?videoId=6380737715112" allowfullscreen="" allow="encrypted-media"></iframe>
    <div class='topic-detail'><div class='topic-updated-date'><span> Last Published: </span>Mar 30, 2026</div><div class='prev-and-next-links'><span class='previous-topic-link'><span aria-hidden='true' class='disabled' data-tip='' data-effect='solid'></span></span></div></div></body>
    </foreignobject>

</svg>

**Video: Multicamera application**

**Example usage**

To start the application, run the following use cases from the SSH terminal:

1. To view the sample application on the HDMI display, run the following export command:

export XDG_RUNTIME_DIR=/dev/socket/weston && export WAYLAND_DISPLAY=wayland-1
        Copy to clipboard
2. To view the `waylandsink` output, run the following command:

gst-multi-camera-example -o 0
        Copy to clipboard
3. To store the encoder output, do the following:

    1. Run the following command:

gst-multi-camera-example -o 1
            Copy to clipboard

        The device stores the encoded files at `/opt/cam1_vid.mp4` and `/opt/cam2_vid.mp4` for camera 1 and camera 2, respectively.
    2. To pull the files from the host computer, run the following command:

scp root@<IP address of target device>:/opt/cam1_vid.mp4 <destination directory>
            Copy to clipboard

Note

When prompted for a password, enter `oelinux123`.
    3. To play the encoder output, you can use any media player that supports MP4 files.

- To stop the use case, select <kbd class="kbd docutils literal notranslate">Ctrl</kbd> + <kbd class="kbd docutils literal notranslate">C</kbd>.
- To display the available help options, run the following command:

gst-multi-camera-example --help
        Copy to clipboard
- The `GST_DEBUG` environment variable controls the GStreamer debug output. Set the required level to allow logging. For example, to log all warnings, run the following command:

export GST_DEBUG=2
        Copy to clipboard

### Multichannel video decode and compose (Video wall)

The **gst-concurrent-videoplay-composition** command-line application allows concurrent video decoding and playback for AVC-coded videos and composes them on a display for video wall applications. The application requires at least one input video file, which should be an MP4 file with the AVC codec.

The figure shows the workflow of the gst-concurrent-videoplay-composition (video wall) application. The workflow shows how four video streams are read from files, decoded using H.264 encoders, and composed into a single output. The Composer then sends the combined stream to a display for concurrent playback.

<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1024" height="478.33" viewbox="0 0 1024 478.33" aria-label="Workflow to perform video decoding and playback concurrently using the gst-concurrent-videoplay-composition (video wall) application.">
  <defs>
    <style>.svg-3 .cls-1 { fill: none; stroke: #000 }
.svg-3 .cls-1,.svg-3 .cls-2 { stroke-miterlimit: 10 }
.svg-3 .cls-3,.svg-3 .cls-4 { letter-spacing: .05em }
.svg-3 .cls-2 { fill: #fafafa; stroke: #d2d7e1 }
.svg-3 .cls-5 { fill: #6280cc }
.svg-3 .cls-6,.svg-3 .cls-7,.svg-3 .cls-4 { fill: #fff; font-family: Roboto-Regular, Roboto }
.svg-3 .cls-6,.svg-3 .cls-4 { font-size: 20.11px }
.svg-3 .cls-8 { letter-spacing: .04em }
.svg-3 .cls-7 { font-size: 20.52px; letter-spacing: .05em }
.svg-3 .cls-9 { letter-spacing: .04em }
.svg-3 .cls-10 { letter-spacing: .05em }</style>
  </defs>
  <rect class="cls-2" x="3" y="3.53" width="1018" height="471.27" rx="8" ry="8"></rect>
  <g>
    <rect class="cls-5" x="21.62" y="22.15" width="186.08" height="69.95" rx="4" ry="4"></rect>
    <rect class="cls-5" x="287.3" y="22.15" width="185.29" height="69.95" rx="4" ry="4"></rect>
    <rect class="cls-5" x="552.19" y="22.15" width="185.29" height="434.03" rx="4" ry="4"></rect>
    <rect class="cls-5" x="817.09" y="22.15" width="185.29" height="434.03" rx="4" ry="4"></rect>
    <rect class="cls-5" x="287.3" y="143.51" width="185.29" height="69.95" rx="4" ry="4"></rect>
    <rect class="cls-5" x="21.62" y="143.51" width="186.08" height="69.95" rx="4" ry="4"></rect>
    <text class="cls-6" transform="translate(45.44 62.58)"><tspan class="cls-3" x="0" y="0">Read f</tspan><tspan class="cls-8" x="63.31" y="0">r</tspan><tspan class="cls-10" x="70.93" y="0">om file</tspan></text>
    <text class="cls-4" transform="translate(308.39 63.13)"><tspan x="0" y="0">H.264 encoder</tspan></text>
    <text class="cls-4" transform="translate(594.93 245.04)"><tspan x="0" y="0">Composer</tspan></text>
    <text class="cls-6" transform="translate(874.26 245.04)"><tspan class="cls-10" x="0" y="0">Displ</tspan><tspan class="cls-9" x="49.63" y="0">a</tspan><tspan class="cls-3" x="61.43" y="0">y</tspan></text>
    <text class="cls-4" transform="translate(308.39 184.48)"><tspan x="0" y="0">H.264 encoder</tspan></text>
    <text class="cls-6" transform="translate(45.44 184.48)"><tspan class="cls-3" x="0" y="0">Read f</tspan><tspan class="cls-8" x="63.31" y="0">r</tspan><tspan class="cls-10" x="70.93" y="0">om file</tspan></text>
    <g>
      <line class="cls-1" x1="207.7" y1="57.13" x2="280.84" y2="57.13"></line>
      <polygon points="279.53 61.62 287.3 57.13 279.53 52.64 279.53 61.62"></polygon>
    </g>
    <g>
      <line class="cls-1" x1="207.7" y1="178.49" x2="280.84" y2="178.49"></line>
      <polygon points="279.53 182.98 287.3 178.49 279.53 174 279.53 182.98"></polygon>
    </g>
    <rect class="cls-5" x="287.3" y="264.87" width="185.29" height="69.95" rx="4" ry="4"></rect>
    <rect class="cls-5" x="21.62" y="264.87" width="186.08" height="69.95" rx="4" ry="4"></rect>
    <text class="cls-7" transform="translate(306.94 305.84)"><tspan x="0" y="0">H.264 encoder</tspan></text>
    <text class="cls-6" transform="translate(45.44 305.84)"><tspan class="cls-3" x="0" y="0">Read f</tspan><tspan class="cls-8" x="63.31" y="0">r</tspan><tspan class="cls-10" x="70.93" y="0">om file</tspan></text>
    <g>
      <line class="cls-1" x1="207.7" y1="299.85" x2="280.84" y2="299.85"></line>
      <polygon points="279.53 304.33 287.3 299.85 279.53 295.36 279.53 304.33"></polygon>
    </g>
    <rect class="cls-5" x="287.3" y="386.23" width="185.29" height="69.95" rx="4" ry="4"></rect>
    <rect class="cls-5" x="21.62" y="386.23" width="186.08" height="69.95" rx="4" ry="4"></rect>
    <text class="cls-7" transform="translate(306.94 427.2)"><tspan x="0" y="0">H.264 encoder</tspan></text>
    <text class="cls-6" transform="translate(45.44 427.2)"><tspan class="cls-3" x="0" y="0">Read f</tspan><tspan class="cls-8" x="63.31" y="0">r</tspan><tspan class="cls-10" x="70.93" y="0">om file</tspan></text>
    <g>
      <line class="cls-1" x1="207.7" y1="421.2" x2="280.84" y2="421.2"></line>
      <polygon points="279.53 425.69 287.3 421.2 279.53 416.72 279.53 425.69"></polygon>
    </g>
    <g>
      <line class="cls-1" x1="472.59" y1="57.13" x2="545.73" y2="57.13"></line>
      <polygon points="544.42 61.62 552.19 57.13 544.42 52.64 544.42 61.62"></polygon>
    </g>
    <g>
      <line class="cls-1" x1="472.59" y1="178.49" x2="545.73" y2="178.49"></line>
      <polygon points="544.42 182.98 552.19 178.49 544.42 174 544.42 182.98"></polygon>
    </g>
    <g>
      <line class="cls-1" x1="737.48" y1="239.17" x2="810.63" y2="239.17"></line>
      <polygon points="809.31 243.65 817.09 239.17 809.31 234.68 809.31 243.65"></polygon>
    </g>
    <g>
      <line class="cls-1" x1="472.59" y1="299.85" x2="545.73" y2="299.85"></line>
      <polygon points="544.42 304.33 552.19 299.85 544.42 295.36 544.42 304.33"></polygon>
    </g>
    <g>
      <line class="cls-1" x1="472.59" y1="421.2" x2="545.73" y2="421.2"></line>
      <polygon points="544.42 425.69 552.19 421.2 544.42 416.72 544.42 425.69"></polygon>
    </g>
  </g>
</svg>

**Figure: Video wall application workflow**

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 0 640 400" width="640" height="400" style="cursor:auto !important" aria-label="../_images/video_wall_11-html.svg">
    <defs>
      <style>@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&amp;display=swap");
.svg-4 .bg-fill { fill: var(--color-background) }
.svg-4 .fill-text { color: var(--color-content); fill: var(--color-content) }
.svg-4 .video-hoverbox { transition: opacity 0.15s ease-in-out }
.svg-4 .video-hoverbox:hover { opacity: 0.9 }
 { fill: #000000; stroke: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-4 .st2 { fill: #ffffff; font-family: Arial; font-size: 1.00001em }
.svg-4 .st3 { fill: #ffffff; stroke: none; stroke-linecap: butt; stroke-width: 6.375 }
.svg-4 .st4 { fill: none; stroke: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-4 .st5 { fill: none; fill-rule: evenodd; font-size: 12px; overflow: visible; stroke-linecap: square; stroke-miterlimit: 3 }</style>
  </defs>

  <foreignobject x="0" y="0" width="640" height="400">
    <body xmlns="http://www.w3.org/1999/xhtml">
        <iframe width="640" height="400" src="https://players.brightcove.net/1414329538001/4JiZQnWhg_default/index.html?videoId=6380739853112" allowfullscreen="" allow="encrypted-media"></iframe>
    <div class='topic-detail'><div class='topic-updated-date'><span> Last Published: </span>Mar 30, 2026</div><div class='prev-and-next-links'><span class='previous-topic-link'><span aria-hidden='true' class='disabled' data-tip='' data-effect='solid'></span></span></div></div></body>
    </foreignobject>

</svg>

**Video: Multichannel decode and display application**

**Example usage**

1. To transfer prerecorded or test videos that are in the AVC-encoded MP4 (H.264) format (with the filename as `<file_name>`) to your device, run the following command on the host computer:

scp <file_name> root@[DEVICE IP-ADDR]:/opt/
        Copy to clipboard

Note

When prompted for a password, enter `oelinux123`.
2. To view the sample application on the HDMI display, run the following export command from the SSH terminal:

export XDG_RUNTIME_DIR=/dev/socket/weston && export WAYLAND_DISPLAY=wayland-1
        Copy to clipboard

> 
> 
> 

3. To start concurrent playback for four channels, run the following command:

gst-concurrent-videoplay-composition -c 4 -i /opt/<file_name1>.mp4 -i /opt/<file_name2>.mp4 -i /opt/<file_name3>.mp4 -i /opt/<file_name4>.mp4
        Copy to clipboard

Note

    - `-c`: specifies the number of streams to be decoded for composition. 2, 4, 8, 16, or 32 streams can be decoded.
    - `-i`: specifies the absolute path to the input video file.

- To stop the use case, select <kbd class="kbd docutils literal notranslate">CTRL</kbd> + <kbd class="kbd docutils literal notranslate">C</kbd>.
- To display the available help options, run the following command:

gst-concurrent-videoplay-composition --help
        Copy to clipboard
- The `GST_DEBUG` environment variable controls the GStreamer debug output. Set the required level to allow logging. For example, to log all warnings, run the following command:

export GST_DEBUG=2
        Copy to clipboard

## Run AI sample applications

AI sample applications show use cases for object detection and parallel inferencing on input streams from a camera, video file, or Real-Time Streaming Protocol (RTSP) stream on the Dragonwing RB3 Gen 2 device. These applications use AI models from the [Qualcomm® AI Hub](https://aihub.qualcomm.com/iot/models) and label files from GitHub.

The following figure shows the workflow for running AI sample applications on the Dragonwing RB3 Gen 2 device. The procedure involves downloading the models and labels, transferring them to the Dragonwing RB3 Gen 2 device, and running the sample applications.

> 
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="994.33" height="119.17" viewbox="0 0 994.33 119.17" aria-label="Workflow for running AI sample applications on Dragonwing RB3 Gen 2 device">
>   <defs>
>     <style>.svg-5 .cls-1 { fill: none; stroke: #000 }
> .svg-5 .cls-1,.svg-5 .cls-2 { stroke-miterlimit: 10 }
> .svg-5 .cls-3,.svg-5 .cls-4 { letter-spacing: .05em }
> .svg-5 .cls-5 { letter-spacing: .03em }
> .svg-5 .cls-6 { letter-spacing: .04em }
> .svg-5 .cls-7,.svg-5 .cls-8 { letter-spacing: .05em }
> .svg-5 .cls-9 { letter-spacing: .01em }
> .svg-5 .cls-2 { fill: #fafafa; stroke: #d2d7e1 }
> .svg-5 .cls-10 { fill: #6280cc }
> .svg-5 .cls-11 { letter-spacing: .04em }
> .svg-5 .cls-8,.svg-5 .cls-4,.svg-5 .cls-12 { fill: #fff; font-family: Roboto-Regular, Roboto; font-size: 17.49px }
> .svg-5 .cls-13 { letter-spacing: .04em }</style>
>   </defs>
>   <rect class="cls-2" x="3.84" y="3.23" width="986.5" height="112.21" rx="7.88" ry="7.88"></rect>
>   <g>
>     <g>
>       <rect class="cls-10" x="23.42" y="21.06" width="259.34" height="76.55" rx="4" ry="4"></rect>
>       <text class="cls-4" transform="translate(111.1 53.95)"><tspan x="0" y="0">Download</tspan><tspan x="-35.77" y="20.99">models and labels</tspan></text>
>     </g>
>     <g>
>       <rect class="cls-10" x="383.73" y="21.06" width="292.8" height="76.55" rx="4" ry="4"></rect>
>       <text class="cls-12" transform="translate(440.09 53.95)"><tspan class="cls-9" x="0" y="0">T</tspan><tspan class="cls-5" x="10.67" y="0">r</tspan><tspan class="cls-7" x="17.12" y="0">ans</tspan><tspan class="cls-11" x="47.94" y="0">f</tspan><tspan class="cls-3" x="54.68" y="0">er downloaded</tspan><tspan class="cls-3" x="14.09" y="20.99">files </tspan><tspan class="cls-13" x="56.52" y="20.99">t</tspan><tspan class="cls-3" x="62.94" y="20.99">o the d</tspan><tspan class="cls-6" x="122.18" y="20.99">e</tspan><tspan class="cls-7" x="132.21" y="20.99">vice</tspan></text>
>     </g>
>     <g>
>       <rect class="cls-10" x="777.51" y="21.06" width="191.02" height="76.55" rx="3.67" ry="3.67"></rect>
>       <text class="cls-8" transform="translate(857.11 53.95)"><tspan x="0" y="0">Run</tspan><tspan x="-38.31" y="20.99">sample apps</tspan></text>
>     </g>
>     <g>
>       <line class="cls-1" x1="282.75" y1="59.34" x2="377.99" y2="59.34"></line>
>       <polygon points="376.82 63.33 383.73 59.34 376.82 55.35 376.82 63.33"></polygon>
>     </g>
>     <g>
>       <line class="cls-1" x1="676.53" y1="59.34" x2="771.77" y2="59.34"></line>
>       <polygon points="770.6 63.33 777.51 59.34 770.6 55.35 770.6 63.33"></polygon>
>     </g>
>   </g>
> </svg>
> 
> 
> **Figure: Workflow for running AI sample applications**

**Download AI models and labels**

1. Download the models for the AI sample applications.

    The following table lists the AI models required for sample applications:

    | Sample application | AI models |
    | --- | --- |
    | AI object detection | [yolox_quantized.tflite](https://aihub.qualcomm.com/iot/models/yolox?searchTerm=yolo) |
    | <br>Parallel AI inference | [yolox_quantized.tflite](https://aihub.qualcomm.com/iot/models/yolox?searchTerm=yolo) |
    | [Inception-v3](https://aihub.qualcomm.com/iot/models/inception_v3) |
    | [HRNetPose](https://aihub.qualcomm.com/iot/models/hrnet_pose) |
    | [DeepLabV3-Plus-MobileNet](https://aihub.qualcomm.com/iot/models/deeplabv3_plus_mobilenet) |
2. On the target device, obtain the <cite>download_artifacts.sh</cite> script, set executable permissions, and run the script to download the model and label files.

curl -L -O https://raw.githubusercontent.com/quic/sample-apps-for-qualcomm-linux/refs/heads/main/qualcomm-linux/scripts/download_artifacts.sh
        Copy to clipboard

chmod +x download_artifacts.sh
        Copy to clipboard

./download_artifacts.sh
        Copy to clipboard

Note

To execute custom models or labels with the sample applications, see [Qualcomm IM SDK reference](https://docs.qualcomm.com/bundle/publicresource/topics/80-70029-50/qimsdk_landing_page.html).

### AI object detection

The **gst-ai-object-detection** sample application shows the hardware capability to detect objects on input streams from a camera, video file, or RTSP stream. The following figure shows the workflow of the object detection application. The pipeline receives the input stream, preprocesses it, runs inferences on AI hardware, and displays the results on the screen.

<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1039" height="492.27" viewbox="0 0 1039 492.27" aria-label="Workflow to detect object using the gst-ai-object-detection application on the Dragonwing RB3 Gen 2 Development Kit.">
  <rect x="10.5" y="10.5" width="1018" height="471.27" rx="8" ry="8" style="fill: #fafafa; stroke: #d2d7e1; stroke-miterlimit: 10;"></rect>
  <g>
    <rect x="98.03" y="29.12" width="137.57" height="97.11" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <rect x="457.1" y="71.7" width="97.1" height="54.44" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <rect x="628.6" y="29.12" width="119.11" height="434.03" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <rect x="806.02" y="29.12" width="119.11" height="434.03" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <rect x="98.03" y="197.58" width="137.57" height="97.11" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <g>
      <path d="M127.42,67.55h-2.84v4.89h-1.6v-12.09h4c1.36,0,2.41.31,3.14.93s1.1,1.52,1.1,2.71c0,.75-.2,1.41-.61,1.97-.41.56-.97.98-1.7,1.25l2.84,5.13v.1h-1.71l-2.62-4.89ZM124.58,66.25h2.45c.79,0,1.42-.21,1.89-.62s.7-.96.7-1.65c0-.75-.22-1.32-.67-1.72-.45-.4-1.09-.6-1.93-.61h-2.44v4.59Z" style="fill: #fff;"></path>
      <path d="M137.79,72.61c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM137.6,64.55c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
      <path d="M149.47,72.44c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM146.92,71.27c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
      <path d="M153.64,67.87c0-1.38.33-2.49.98-3.32.65-.84,1.51-1.26,2.57-1.26s1.88.36,2.5,1.08v-4.68h1.54v12.75h-1.41l-.08-.96c-.61.75-1.47,1.13-2.56,1.13s-1.89-.43-2.54-1.28c-.66-.85-.98-1.96-.98-3.34v-.12ZM155.18,68.05c0,1.02.21,1.81.63,2.39s1,.86,1.74.86c.97,0,1.68-.44,2.13-1.31v-4.13c-.46-.85-1.17-1.27-2.12-1.27-.75,0-1.34.29-1.76.87s-.63,1.44-.63,2.58Z" style="fill: #fff;"></path>
      <path d="M170.27,72.44v-7.79h-1.42v-1.19h1.42v-.92c0-.96.26-1.71.77-2.23s1.24-.79,2.18-.79c.35,0,.71.05,1.05.14l-.08,1.24c-.26-.05-.54-.07-.83-.07-.5,0-.88.15-1.15.44-.27.29-.41.71-.41,1.25v.95h1.92v1.19h-1.92v7.79h-1.54Z" style="fill: #fff;"></path>
      <path d="M180.61,64.84c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
      <path d="M182.3,67.87c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.69-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM183.84,68.05c0,1,.23,1.8.69,2.4s1.08.9,1.86.9,1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.98-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
      <path d="M194.69,63.46l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.89c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
      <path d="M141.09,91.75c.55,0,1.03-.17,1.44-.5.41-.33.64-.75.68-1.25h1.45c-.03.51-.21,1-.53,1.47s-.76.84-1.31,1.11-1.12.42-1.73.42c-1.22,0-2.2-.41-2.92-1.22-.72-.82-1.08-1.93-1.08-3.35v-.26c0-.87.16-1.65.48-2.33s.78-1.21,1.38-1.59,1.31-.56,2.13-.56c1.01,0,1.84.3,2.51.9s1.02,1.39,1.07,2.35h-1.45c-.04-.58-.26-1.06-.66-1.43-.4-.37-.88-.56-1.47-.56-.78,0-1.38.28-1.81.84-.43.56-.64,1.37-.64,2.44v.29c0,1.03.21,1.83.64,2.39s1.04.84,1.83.84Z" style="fill: #fff;"></path>
      <path d="M152.79,92.84c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM150.24,91.67c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
      <path d="M158.78,83.86l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.89c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
      <path d="M176.81,93.01c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM176.62,84.95c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
      <path d="M187.29,85.24c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
      <path d="M194.76,92.84c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM192.21,91.67c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
    </g>
    <g>
      <path d="M656.26,248.18c-.15,1.28-.62,2.26-1.42,2.96s-1.85,1.04-3.17,1.04c-1.43,0-2.57-.51-3.43-1.54-.86-1.02-1.29-2.39-1.29-4.11v-1.16c0-1.12.2-2.11.6-2.96s.97-1.51,1.71-1.96c.74-.46,1.59-.68,2.56-.68,1.28,0,2.31.36,3.09,1.08.78.72,1.23,1.71,1.35,2.98h-1.6c-.14-.97-.44-1.67-.9-2.1s-1.11-.65-1.94-.65c-1.02,0-1.82.38-2.39,1.13s-.87,1.82-.87,3.21v1.17c0,1.31.27,2.36.82,3.13.55.78,1.31,1.16,2.3,1.16.89,0,1.56-.2,2.04-.6.47-.4.79-1.1.94-2.1h1.6Z" style="fill: #fff;"></path>
      <path d="M658.64,247.44c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.88-.17,1.66-.5,2.35s-.81,1.24-1.44,1.62c-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM660.19,247.62c0,1,.23,1.8.69,2.4.46.6,1.08.9,1.86.9s1.4-.31,1.86-.92.69-1.47.69-2.57c0-.98-.23-1.78-.7-2.39-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
      <path d="M671.04,243.03l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.89c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
      <path d="M692.93,247.62c0,1.37-.31,2.47-.94,3.3-.62.84-1.47,1.25-2.54,1.25s-1.95-.35-2.57-1.04v4.33h-1.54v-12.43h1.4l.08,1c.62-.77,1.49-1.16,2.61-1.16s1.93.41,2.56,1.22.94,1.95.94,3.4v.14ZM691.39,247.45c0-1.01-.21-1.81-.65-2.4s-1.02-.88-1.78-.88c-.93,0-1.63.41-2.09,1.24v4.29c.46.82,1.16,1.23,2.11,1.23.74,0,1.32-.29,1.75-.88.43-.58.65-1.45.65-2.6Z" style="fill: #fff;"></path>
      <path d="M695.33,247.44c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.88-.17,1.66-.5,2.35s-.81,1.24-1.44,1.62c-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM696.87,247.62c0,1,.23,1.8.69,2.4.46.6,1.08.9,1.86.9s1.4-.31,1.86-.92.69-1.47.69-2.57c0-.98-.23-1.78-.7-2.39-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
      <path d="M711.51,249.63c0-.42-.16-.74-.47-.97s-.86-.43-1.64-.59-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83s-.33-.7-.33-1.15c0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79s.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37-.47.56-.47.95c0,.37.15.65.44.84s.82.37,1.59.54c.77.17,1.39.38,1.86.61.48.24.83.52,1.06.86s.34.74.34,1.22c0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38-.55-.25-.99-.61-1.3-1.07-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22s.89.45,1.52.45c.58,0,1.05-.12,1.4-.35s.53-.55.53-.94Z" style="fill: #fff;"></path>
      <path d="M719.62,252.18c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.88.28,1.6.78,2.15s1.12.82,1.89.82c.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.74-3.39,1.74ZM719.43,244.13c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
      <path d="M730.09,244.41c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
    </g>
    <g>
      <path d="M836.99,252.01v-12.09h3.41c1.05,0,1.98.23,2.79.7s1.43,1.13,1.87,1.98c.44.86.66,1.84.67,2.96v.77c0,1.14-.22,2.14-.66,3-.44.86-1.07,1.52-1.88,1.98-.82.46-1.77.69-2.85.71h-3.35ZM838.59,241.23v9.48h1.68c1.23,0,2.18-.38,2.87-1.15.68-.76,1.03-1.85,1.03-3.27v-.71c0-1.37-.32-2.44-.97-3.2-.64-.76-1.56-1.15-2.74-1.16h-1.86Z" style="fill: #fff;"></path>
      <path d="M848.76,240.65c0-.25.08-.46.23-.63s.38-.26.68-.26.53.09.68.26.23.38.23.63-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM850.42,252.01h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
      <path d="M858.96,249.63c0-.42-.16-.74-.47-.97-.31-.23-.86-.43-1.64-.59s-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83-.22-.32-.33-.7-.33-1.15,0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79s.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37-.47.56-.47.95c0,.37.15.65.44.84s.82.37,1.59.54c.77.17,1.39.38,1.86.61.48.24.83.52,1.06.86.23.33.34.74.34,1.22,0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38-.55-.25-.99-.61-1.3-1.07-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22.38.3.89.45,1.52.45.58,0,1.05-.12,1.4-.35.35-.23.53-.55.53-.94Z" style="fill: #fff;"></path>
      <path d="M870.93,247.62c0,1.37-.31,2.47-.94,3.3-.62.83-1.47,1.25-2.54,1.25s-1.95-.35-2.57-1.04v4.32h-1.54v-12.43h1.4l.08,1c.62-.77,1.49-1.16,2.61-1.16s1.93.41,2.56,1.22.94,1.95.94,3.39v.14ZM869.39,247.45c0-1.01-.21-1.81-.65-2.4s-1.02-.88-1.78-.88c-.93,0-1.63.41-2.09,1.24v4.29c.46.82,1.16,1.23,2.11,1.23.74,0,1.32-.29,1.75-.88s.65-1.45.65-2.6Z" style="fill: #fff;"></path>
      <path d="M875.4,252.01h-1.54v-12.75h1.54v12.75Z" style="fill: #fff;"></path>
      <path d="M884.25,252.01c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75s-.85-1.14-.85-1.91c0-.93.36-1.66,1.07-2.18s1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM881.7,250.84c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13.32.27.73.41,1.24.41Z" style="fill: #fff;"></path>
      <path d="M891.62,249.76l2.09-6.73h1.64l-3.61,10.37c-.56,1.49-1.45,2.24-2.66,2.24l-.29-.03-.57-.11v-1.25l.42.03c.52,0,.93-.11,1.22-.32.29-.21.53-.59.72-1.15l.34-.91-3.2-8.88h1.68l2.24,6.73Z" style="fill: #fff;"></path>
    </g>
    <g>
      <path d="M129.95,236.01h-2.84v4.89h-1.6v-12.09h4c1.36,0,2.41.31,3.14.93s1.1,1.52,1.1,2.71c0,.75-.2,1.41-.61,1.97-.41.56-.97.98-1.7,1.25l2.84,5.13v.1h-1.71l-2.62-4.89ZM127.11,234.71h2.45c.79,0,1.42-.21,1.89-.62s.7-.96.7-1.65c0-.75-.22-1.32-.67-1.72-.45-.4-1.09-.6-1.93-.61h-2.44v4.59Z" style="fill: #fff;"></path>
      <path d="M140.32,241.07c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM140.13,233.02c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
      <path d="M152,240.9c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM149.45,239.73c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
      <path d="M156.17,236.34c0-1.38.33-2.49.98-3.32.65-.84,1.51-1.26,2.57-1.26s1.88.36,2.5,1.08v-4.68h1.54v12.75h-1.41l-.08-.96c-.61.75-1.47,1.13-2.56,1.13s-1.89-.43-2.54-1.28c-.66-.85-.98-1.96-.98-3.34v-.12ZM157.71,236.51c0,1.02.21,1.81.63,2.39s1,.86,1.74.86c.97,0,1.68-.44,2.13-1.31v-4.13c-.46-.85-1.17-1.27-2.12-1.27-.75,0-1.34.29-1.76.87s-.63,1.44-.63,2.58Z" style="fill: #fff;"></path>
      <path d="M172.8,240.9v-7.79h-1.42v-1.19h1.42v-.92c0-.96.26-1.71.77-2.23s1.24-.79,2.18-.79c.35,0,.71.05,1.05.14l-.08,1.24c-.26-.05-.54-.07-.83-.07-.5,0-.88.15-1.15.44-.27.29-.41.71-.41,1.25v.95h1.92v1.19h-1.92v7.79h-1.54Z" style="fill: #fff;"></path>
      <path d="M183.14,233.3c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
      <path d="M184.83,236.33c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.69-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM186.37,236.51c0,1,.23,1.8.69,2.4s1.08.9,1.86.9,1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.98-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
      <path d="M197.22,231.92l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.89c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
      <path d="M155.88,261.3v-7.79h-1.42v-1.19h1.42v-.92c0-.96.26-1.71.77-2.23.51-.53,1.24-.79,2.18-.79.35,0,.71.05,1.05.14l-.08,1.24c-.26-.05-.54-.07-.83-.07-.5,0-.88.15-1.15.44-.27.29-.41.71-.41,1.25v.95h1.92v1.19h-1.92v7.79h-1.54Z" style="fill: #fff;"></path>
      <path d="M161.88,249.94c0-.25.08-.46.23-.63.15-.17.38-.26.68-.26s.53.09.68.26c.16.17.23.38.23.63s-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM163.54,261.3h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
      <path d="M168.52,261.3h-1.54v-12.75h1.54v12.75Z" style="fill: #fff;"></path>
      <path d="M175.55,261.47c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15.65.77.97,1.87.97,3.3v.64h-6.08c.02.88.28,1.6.78,2.15s1.12.82,1.89.82c.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.74-3.39,1.74ZM175.36,253.42c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    </g>
    <g>
      <line x1="235.56" y1="77.67" x2="288.46" y2="77.67" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="287.15 82.16 294.92 77.67 287.15 73.18 287.15 82.16"></polygon>
    </g>
    <g>
      <line x1="382.71" y1="56.34" x2="622.14" y2="56.34" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="620.83 60.83 628.6 56.34 620.83 51.85 620.83 60.83"></polygon>
    </g>
    <g>
      <line x1="382.71" y1="99.01" x2="450.65" y2="99.01" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="449.33 103.49 457.1 99.01 449.33 94.52 449.33 103.49"></polygon>
    </g>
    <g>
      <line x1="554.21" y1="99.01" x2="622.37" y2="99.01" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="621.05 103.49 628.83 99.01 621.05 94.52 621.05 103.49"></polygon>
    </g>
    <g>
      <line x1="382.71" y1="224.8" x2="622.14" y2="224.8" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="620.83 229.29 628.6 224.8 620.83 220.31 620.83 229.29"></polygon>
    </g>
    <g>
      <line x1="382.71" y1="267.47" x2="450.65" y2="267.47" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="449.33 271.95 457.1 267.47 449.33 262.98 449.33 271.95"></polygon>
    </g>
    <g>
      <line x1="382.93" y1="393.26" x2="622.37" y2="393.26" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="621.05 397.75 628.83 393.26 621.05 388.77 621.05 397.75"></polygon>
    </g>
    <g>
      <line x1="382.93" y1="435.93" x2="450.65" y2="435.93" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="449.33 440.42 457.1 435.93 449.33 431.44 449.33 440.42"></polygon>
    </g>
    <g>
      <line x1="235.56" y1="246.13" x2="288.46" y2="246.13" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="287.15 250.62 294.92 246.13 287.15 241.65 287.15 250.62"></polygon>
    </g>
    <g>
      <line x1="235.56" y1="414.6" x2="288.46" y2="414.6" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="287.15 419.08 294.92 414.6 287.15 410.11 287.15 419.08"></polygon>
    </g>
    <rect x="98.03" y="366.04" width="137.57" height="97.11" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <rect x="294.92" y="29.12" width="87.79" height="97.11" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <rect x="294.92" y="197.58" width="87.79" height="97.11" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <rect x="294.92" y="366.04" width="87.79" height="97.11" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <g>
      <path d="M129.95,404.47h-2.84v4.89h-1.6v-12.09h4c1.36,0,2.41.31,3.14.93.73.62,1.1,1.52,1.1,2.71,0,.75-.2,1.41-.61,1.97-.41.56-.97.98-1.7,1.25l2.84,5.13v.1h-1.71l-2.62-4.89ZM127.11,403.17h2.45c.79,0,1.42-.21,1.89-.62s.7-.96.7-1.65c0-.75-.22-1.32-.67-1.72s-1.09-.6-1.93-.61h-2.44v4.59Z" style="fill: #fff;"></path>
      <path d="M140.32,409.53c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15.65.77.97,1.87.97,3.3v.64h-6.08c.02.88.28,1.6.78,2.15s1.12.82,1.89.82c.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.74-3.39,1.74ZM140.13,401.48c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
      <path d="M151.99,409.36c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42-.37.28-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99.54-.24,1.14-.37,1.8-.37,1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.83.11,1.48.32,1.97v.13h-1.61ZM149.45,408.19c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13.32.27.73.41,1.24.41Z" style="fill: #fff;"></path>
      <path d="M156.17,404.8c0-1.38.33-2.49.98-3.32.65-.84,1.51-1.26,2.57-1.26s1.88.36,2.5,1.08v-4.68h1.54v12.75h-1.41l-.08-.96c-.61.75-1.47,1.13-2.56,1.13s-1.89-.43-2.54-1.28c-.66-.85-.98-1.96-.98-3.34v-.12ZM157.71,404.97c0,1.02.21,1.82.63,2.39.42.58,1,.86,1.74.86.97,0,1.68-.44,2.13-1.31v-4.12c-.46-.85-1.17-1.27-2.12-1.27-.75,0-1.34.29-1.76.87s-.63,1.44-.63,2.58Z" style="fill: #fff;"></path>
      <path d="M172.8,409.36v-7.79h-1.42v-1.19h1.42v-.92c0-.96.26-1.71.77-2.23.51-.53,1.24-.79,2.18-.79.35,0,.71.05,1.05.14l-.08,1.24c-.26-.05-.54-.07-.83-.07-.5,0-.88.15-1.15.44-.27.29-.41.71-.41,1.25v.95h1.92v1.19h-1.92v7.79h-1.54Z" style="fill: #fff;"></path>
      <path d="M183.14,401.76c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
      <path d="M184.82,404.79c0-.88.17-1.67.52-2.37.35-.7.83-1.25,1.44-1.63s1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.88-.17,1.66-.5,2.35s-.81,1.24-1.44,1.62c-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM186.37,404.97c0,1,.23,1.8.69,2.4.46.6,1.08.9,1.86.9s1.4-.31,1.86-.92.69-1.47.69-2.57c0-.98-.23-1.78-.7-2.39s-1.09-.92-1.86-.92-1.37.3-1.83.9c-.46.6-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
      <path d="M197.22,400.38l.04,1c.66-.78,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44s-.79-.48-1.48-.48c-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.89c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
      <path d="M119.45,424.88h-2.84v4.89h-1.6v-12.09h4c1.36,0,2.41.31,3.14.93.73.62,1.1,1.52,1.1,2.71,0,.75-.2,1.41-.61,1.97-.41.56-.97.98-1.7,1.25l2.84,5.13v.1h-1.71l-2.62-4.89ZM116.61,423.57h2.45c.79,0,1.42-.21,1.89-.62s.7-.96.7-1.65c0-.75-.22-1.32-.67-1.72-.45-.4-1.09-.6-1.93-.61h-2.44v4.59Z" style="fill: #fff;"></path>
      <path d="M134.02,418.98h-3.88v10.78h-1.59v-10.78h-3.88v-1.3h9.35v1.3Z" style="fill: #fff;"></path>
      <path d="M140.09,424.38c-1.37-.39-2.36-.88-2.98-1.45-.62-.57-.93-1.28-.93-2.12,0-.95.38-1.74,1.14-2.36.76-.62,1.75-.93,2.97-.93.83,0,1.57.16,2.22.48.65.32,1.15.76,1.51,1.33.36.56.54,1.18.54,1.85h-1.6c0-.73-.23-1.31-.7-1.73s-1.12-.63-1.97-.63c-.79,0-1.4.17-1.84.52-.44.35-.66.83-.66,1.44,0,.49.21.91.63,1.25s1.13.65,2.13.94c1,.28,1.79.59,2.36.93.57.34.99.74,1.26,1.19.27.45.41.99.41,1.6,0,.98-.38,1.76-1.15,2.35-.76.59-1.79.88-3.06.88-.83,0-1.61-.16-2.32-.48-.72-.32-1.27-.75-1.67-1.31-.39-.55-.58-1.18-.58-1.88h1.6c0,.73.27,1.31.81,1.73.54.42,1.26.64,2.16.64.84,0,1.49-.17,1.93-.51.45-.34.67-.81.67-1.4s-.21-1.05-.62-1.37c-.42-.32-1.17-.64-2.26-.96Z" style="fill: #fff;"></path>
      <path d="M149.06,425.03v4.73h-1.59v-12.09h4.46c1.32,0,2.36.34,3.11,1.01.75.68,1.12,1.57,1.12,2.68,0,1.17-.37,2.08-1.1,2.71s-1.78.95-3.15.95h-2.85ZM149.06,423.73h2.86c.85,0,1.5-.2,1.96-.6.45-.4.68-.98.68-1.74,0-.72-.23-1.3-.68-1.73-.45-.43-1.08-.66-1.87-.67h-2.96v4.75Z" style="fill: #fff;"></path>
      <path d="M169.09,427.38c0-.42-.16-.74-.47-.97-.31-.23-.86-.43-1.64-.59s-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83-.22-.32-.33-.7-.33-1.15,0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79.63.53.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37c-.32.24-.47.56-.47.96,0,.37.15.65.44.84.29.19.82.37,1.59.54.77.17,1.39.38,1.86.61.48.24.83.52,1.06.86.23.33.34.74.34,1.22,0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38-.55-.25-.99-.61-1.3-1.07-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22.38.3.89.45,1.52.45.58,0,1.05-.12,1.4-.35.35-.23.53-.55.53-.94Z" style="fill: #fff;"></path>
      <path d="M175.56,418.61v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
      <path d="M184.22,422.16c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
      <path d="M190.05,429.93c-1.22,0-2.21-.4-2.97-1.2s-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64s1.27-.59,1.99-.59c1.17,0,2.08.38,2.72,1.15.65.77.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM189.86,421.88c-.62,0-1.14.23-1.56.68s-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81s-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
      <path d="M201.72,429.76c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75s-.85-1.14-.85-1.91c0-.93.36-1.66,1.07-2.18s1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42-.37.28-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3s.75-.75,1.29-.99c.54-.24,1.14-.37,1.8-.37,1.04,0,1.85.26,2.43.78s.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM199.18,428.59c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13.32.27.73.41,1.24.41Z" style="fill: #fff;"></path>
      <path d="M207.72,420.78l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.88c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
    </g>
    <g>
      <line x1="747.71" y1="246.13" x2="799.56" y2="246.13" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="798.25 250.62 806.02 246.13 798.25 241.65 798.25 250.62"></polygon>
    </g>
    <g>
      <path d="M325.36,77.25c-1.37-.39-2.36-.88-2.98-1.45-.62-.57-.93-1.28-.93-2.12,0-.95.38-1.74,1.14-2.36.76-.62,1.75-.93,2.97-.93.83,0,1.57.16,2.22.48s1.15.76,1.51,1.33c.36.56.54,1.18.54,1.85h-1.6c0-.73-.23-1.31-.7-1.73-.46-.42-1.12-.63-1.97-.63-.79,0-1.4.17-1.84.52-.44.35-.66.83-.66,1.44,0,.49.21.91.63,1.25.42.34,1.13.65,2.13.94,1,.28,1.79.59,2.36.94.57.34.99.74,1.26,1.19.27.45.41.99.41,1.6,0,.98-.38,1.76-1.15,2.35-.76.59-1.79.88-3.06.88-.83,0-1.61-.16-2.32-.48-.72-.32-1.27-.75-1.67-1.31-.39-.55-.58-1.18-.58-1.88h1.6c0,.73.27,1.31.81,1.73.54.42,1.26.64,2.16.64.84,0,1.49-.17,1.93-.51s.67-.81.67-1.4-.21-1.05-.62-1.37c-.42-.32-1.17-.64-2.26-.96Z" style="fill: #fff;"></path>
      <path d="M340.08,78.25c0,1.37-.31,2.47-.94,3.3-.62.84-1.47,1.25-2.54,1.25s-1.95-.35-2.57-1.04v4.32h-1.54v-12.43h1.4l.08,1c.62-.77,1.49-1.16,2.61-1.16s1.93.41,2.56,1.22.94,1.95.94,3.4v.14ZM338.55,78.07c0-1.01-.21-1.81-.65-2.4s-1.02-.88-1.78-.88c-.93,0-1.63.41-2.09,1.24v4.29c.46.82,1.16,1.23,2.11,1.23.74,0,1.32-.29,1.75-.88.43-.58.65-1.45.65-2.6Z" style="fill: #fff;"></path>
      <path d="M344.55,82.64h-1.54v-12.75h1.54v12.75Z" style="fill: #fff;"></path>
      <path d="M347.87,71.28c0-.25.08-.46.23-.63s.38-.26.68-.26.53.09.68.26.23.38.23.63-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM349.53,82.64h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
      <path d="M354.92,71.48v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81s.4.27.76.27c.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    </g>
    <g>
      <path d="M491.72,88.7c0,1.04-.18,1.96-.53,2.74s-.85,1.37-1.49,1.78-1.4.62-2.26.62-1.58-.21-2.23-.62c-.65-.41-1.15-1-1.51-1.76-.36-.76-.54-1.65-.55-2.66v-.77c0-1.03.18-1.93.53-2.72s.86-1.39,1.51-1.81c.65-.42,1.4-.63,2.24-.63s1.61.21,2.26.62c.65.41,1.15,1.01,1.51,1.79.35.78.53,1.7.53,2.74v.67ZM490.32,88.01c0-1.26-.25-2.23-.76-2.91-.51-.68-1.22-1.01-2.13-1.01s-1.59.34-2.1,1.01c-.51.68-.77,1.62-.79,2.82v.78c0,1.23.26,2.19.77,2.89.51.7,1.22,1.05,2.13,1.05s1.61-.33,2.11-.99c.5-.66.75-1.61.77-2.85v-.79Z" style="fill: #fff;"></path>
      <path d="M501.07,89.81c0,1.21-.28,2.18-.83,2.92-.56.74-1.3,1.1-2.24,1.1-1,0-1.78-.35-2.32-1.06l-.07.92h-1.25v-11.25h1.36v4.2c.55-.68,1.3-1.02,2.26-1.02s1.72.36,2.27,1.09c.55.73.82,1.72.82,2.99v.12ZM499.72,89.66c0-.92-.18-1.64-.53-2.14s-.87-.75-1.54-.75c-.89,0-1.54.42-1.93,1.25v3.43c.41.83,1.06,1.25,1.94,1.25.65,0,1.15-.25,1.52-.75.36-.5.54-1.26.54-2.27Z" style="fill: #fff;"></path>
      <path d="M504.93,85.76v8.84c0,1.52-.69,2.29-2.07,2.29-.3,0-.57-.04-.83-.13v-1.08c.16.04.36.06.62.06.3,0,.53-.08.69-.25.16-.16.24-.45.24-.85v-8.88h1.35ZM503.43,83.66c0-.21.07-.4.2-.55.13-.15.33-.23.59-.23s.46.08.6.23c.14.15.21.34.21.56s-.07.4-.21.55c-.14.15-.34.22-.6.22s-.46-.07-.59-.22-.2-.33-.2-.55Z" style="fill: #fff;"></path>
      <path d="M511.15,93.83c-1.08,0-1.95-.35-2.62-1.06-.67-.71-1.01-1.65-1.01-2.83v-.25c0-.79.15-1.49.45-2.11.3-.62.72-1.1,1.26-1.45.54-.35,1.12-.52,1.75-.52,1.03,0,1.83.34,2.4,1.02s.86,1.65.86,2.92v.56h-5.37c.02.78.25,1.41.68,1.89.44.48.99.72,1.67.72.48,0,.88-.1,1.22-.29.33-.2.62-.45.87-.78l.83.64c-.67,1.02-1.66,1.53-2.99,1.53ZM510.98,86.73c-.55,0-1.01.2-1.38.6-.37.4-.6.96-.69,1.67h3.97v-.1c-.04-.69-.22-1.22-.56-1.6-.33-.38-.78-.57-1.35-.57Z" style="fill: #fff;"></path>
      <path d="M519.74,92.73c.48,0,.91-.15,1.27-.44s.56-.66.6-1.1h1.28c-.02.45-.18.89-.47,1.3s-.67.74-1.15.98c-.48.24-.99.37-1.53.37-1.08,0-1.94-.36-2.57-1.08-.64-.72-.96-1.71-.96-2.96v-.23c0-.77.14-1.46.42-2.06s.69-1.07,1.22-1.4c.53-.33,1.16-.5,1.88-.5.89,0,1.63.27,2.21.8.59.53.9,1.22.94,2.07h-1.28c-.04-.51-.23-.93-.58-1.26-.35-.33-.78-.49-1.29-.49-.69,0-1.22.25-1.6.74-.38.5-.57,1.21-.57,2.15v.26c0,.91.19,1.62.56,2.11s.91.74,1.61.74Z" style="fill: #fff;"></path>
      <path d="M527,83.84v1.92h1.48v1.05h-1.48v4.92c0,.32.07.56.2.71s.36.24.67.24c.16,0,.37-.03.64-.09v1.09c-.36.1-.7.15-1.04.15-.61,0-1.06-.18-1.37-.55-.31-.37-.46-.89-.46-1.56v-4.91h-1.44v-1.05h1.44v-1.92h1.35Z" style="fill: #fff;"></path>
      <path d="M471.97,111.69v-10.66h3.01c.93,0,1.75.21,2.46.62s1.26.99,1.65,1.75c.39.76.58,1.63.59,2.61v.68c0,1.01-.19,1.89-.58,2.64-.39.76-.94,1.34-1.66,1.74-.72.41-1.56.61-2.52.62h-2.95ZM473.37,102.17v8.36h1.48c1.08,0,1.93-.34,2.53-1.01.6-.67.9-1.63.9-2.88v-.62c0-1.21-.28-2.15-.85-2.83-.57-.67-1.38-1.01-2.42-1.02h-1.64Z" style="fill: #fff;"></path>
      <path d="M485.63,111.83c-1.08,0-1.95-.35-2.62-1.06-.67-.71-1.01-1.65-1.01-2.83v-.25c0-.79.15-1.49.45-2.11.3-.62.72-1.1,1.26-1.45.54-.35,1.12-.52,1.75-.52,1.03,0,1.83.34,2.4,1.02s.86,1.65.86,2.92v.56h-5.37c.02.78.25,1.41.68,1.89.44.48.99.72,1.67.72.48,0,.88-.1,1.22-.29.33-.2.62-.45.87-.78l.83.64c-.67,1.02-1.66,1.53-2.99,1.53ZM485.46,104.73c-.55,0-1.01.2-1.38.6-.37.4-.6.96-.69,1.67h3.97v-.1c-.04-.69-.22-1.22-.56-1.6-.33-.38-.78-.57-1.35-.57Z" style="fill: #fff;"></path>
      <path d="M492.87,101.84v1.92h1.48v1.05h-1.48v4.92c0,.32.07.56.2.71s.36.24.67.24c.16,0,.37-.03.64-.09v1.09c-.36.1-.7.15-1.04.15-.61,0-1.06-.18-1.37-.55-.31-.37-.46-.89-.46-1.56v-4.91h-1.44v-1.05h1.44v-1.92h1.35Z" style="fill: #fff;"></path>
      <path d="M499.98,111.83c-1.08,0-1.95-.35-2.62-1.06-.67-.71-1.01-1.65-1.01-2.83v-.25c0-.79.15-1.49.45-2.11.3-.62.72-1.1,1.26-1.45.54-.35,1.12-.52,1.75-.52,1.03,0,1.83.34,2.4,1.02s.86,1.65.86,2.92v.56h-5.37c.02.78.25,1.41.68,1.89.44.48.99.72,1.67.72.48,0,.88-.1,1.22-.29.33-.2.62-.45.87-.78l.83.64c-.67,1.02-1.66,1.53-2.99,1.53ZM499.81,104.73c-.55,0-1.01.2-1.38.6-.37.4-.6.96-.69,1.67h3.97v-.1c-.04-.69-.22-1.22-.56-1.6-.33-.38-.78-.57-1.35-.57Z" style="fill: #fff;"></path>
      <path d="M508.56,110.73c.48,0,.91-.15,1.27-.44s.56-.66.6-1.1h1.28c-.02.45-.18.89-.47,1.3s-.67.74-1.15.98c-.48.24-.99.37-1.53.37-1.08,0-1.94-.36-2.57-1.08-.64-.72-.96-1.71-.96-2.96v-.23c0-.77.14-1.46.42-2.06s.69-1.07,1.22-1.4c.53-.33,1.16-.5,1.88-.5.89,0,1.63.27,2.21.8.59.53.9,1.22.94,2.07h-1.28c-.04-.51-.23-.93-.58-1.26-.35-.33-.78-.49-1.29-.49-.69,0-1.22.25-1.6.74-.38.5-.57,1.21-.57,2.15v.26c0,.91.19,1.62.56,2.11s.91.74,1.61.74Z" style="fill: #fff;"></path>
      <path d="M515.82,101.84v1.92h1.48v1.05h-1.48v4.92c0,.32.07.56.2.71s.36.24.67.24c.16,0,.37-.03.64-.09v1.09c-.36.1-.7.15-1.04.15-.61,0-1.06-.18-1.37-.55-.31-.37-.46-.89-.46-1.56v-4.91h-1.44v-1.05h1.44v-1.92h1.35Z" style="fill: #fff;"></path>
      <path d="M519.64,101.66c0-.22.07-.41.2-.56.13-.15.33-.23.6-.23s.46.08.6.23.21.34.21.56-.07.4-.21.55-.34.22-.6.22-.46-.07-.6-.22c-.13-.15-.2-.33-.2-.55ZM521.11,111.69h-1.36v-7.92h1.36v7.92Z" style="fill: #fff;"></path>
      <path d="M523.67,107.65c0-.78.15-1.47.46-2.09.31-.62.73-1.1,1.27-1.44.54-.34,1.17-.51,1.86-.51,1.08,0,1.95.37,2.62,1.12.67.75,1,1.74,1,2.98v.1c0,.77-.15,1.46-.44,2.08-.29.61-.72,1.09-1.27,1.43-.55.34-1.18.51-1.89.51-1.07,0-1.94-.37-2.61-1.12-.67-.75-1-1.74-1-2.97v-.1ZM525.03,107.81c0,.88.2,1.58.61,2.12.41.53.95.8,1.64.8s1.24-.27,1.64-.81.61-1.3.61-2.27c0-.87-.21-1.57-.62-2.11-.41-.54-.96-.81-1.64-.81s-1.21.27-1.62.8-.62,1.29-.62,2.29Z" style="fill: #fff;"></path>
      <path d="M534.61,103.76l.04,1c.6-.76,1.4-1.14,2.37-1.14,1.67,0,2.52.94,2.53,2.83v5.24h-1.35v-5.24c0-.57-.14-.99-.39-1.27-.26-.27-.66-.41-1.2-.41-.44,0-.83.12-1.16.35s-.59.54-.78.92v5.65h-1.36v-7.92h1.28Z" style="fill: #fff;"></path>
    </g>
    <rect x="457.1" y="240.16" width="97.1" height="54.44" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <g>
      <line x1="554.21" y1="267.47" x2="622.37" y2="267.47" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="621.05 271.95 628.83 267.47 621.05 262.98 621.05 271.95"></polygon>
    </g>
    <g>
      <path d="M491.72,257.16c0,1.04-.18,1.96-.53,2.74-.35.78-.85,1.37-1.49,1.78s-1.4.62-2.26.62-1.58-.21-2.23-.62c-.65-.41-1.15-1-1.51-1.76-.36-.76-.54-1.65-.55-2.66v-.77c0-1.03.18-1.93.53-2.72s.86-1.39,1.51-1.81c.65-.42,1.4-.63,2.24-.63s1.61.21,2.26.62c.65.41,1.15,1.01,1.51,1.79.35.78.53,1.7.53,2.74v.67ZM490.32,256.47c0-1.26-.25-2.24-.76-2.91-.51-.68-1.22-1.01-2.13-1.01s-1.59.34-2.1,1.01c-.51.68-.77,1.62-.79,2.82v.78c0,1.23.26,2.19.77,2.89.51.7,1.22,1.05,2.13,1.05s1.61-.33,2.11-.99c.5-.66.75-1.61.77-2.84v-.79Z" style="fill: #fff;"></path>
      <path d="M501.07,258.27c0,1.21-.28,2.18-.83,2.92-.56.74-1.3,1.1-2.24,1.1-1,0-1.78-.35-2.32-1.06l-.07.92h-1.25v-11.25h1.36v4.2c.55-.68,1.3-1.02,2.26-1.02s1.72.36,2.27,1.09c.55.73.82,1.72.82,2.99v.12ZM499.72,258.12c0-.92-.18-1.64-.53-2.14s-.87-.75-1.54-.75c-.89,0-1.54.42-1.93,1.25v3.43c.41.83,1.06,1.25,1.94,1.25.65,0,1.15-.25,1.52-.75.36-.5.54-1.26.54-2.27Z" style="fill: #fff;"></path>
      <path d="M504.93,254.22v8.84c0,1.52-.69,2.29-2.07,2.29-.3,0-.57-.04-.83-.13v-1.08c.16.04.36.06.62.06.3,0,.53-.08.69-.25.16-.16.24-.45.24-.85v-8.88h1.35ZM503.43,252.12c0-.21.07-.4.2-.55.13-.15.33-.23.59-.23s.46.08.6.23c.14.15.21.34.21.56s-.07.4-.21.55c-.14.15-.34.22-.6.22s-.46-.07-.59-.22-.2-.33-.2-.55Z" style="fill: #fff;"></path>
      <path d="M511.15,262.3c-1.08,0-1.95-.35-2.62-1.06-.67-.71-1.01-1.65-1.01-2.83v-.25c0-.79.15-1.49.45-2.11.3-.62.72-1.1,1.26-1.45.54-.35,1.12-.52,1.75-.52,1.03,0,1.83.34,2.4,1.02s.86,1.65.86,2.92v.56h-5.37c.02.78.25,1.41.68,1.89.44.48.99.72,1.67.72.48,0,.88-.1,1.22-.29.33-.2.62-.45.87-.78l.83.64c-.67,1.02-1.66,1.53-2.99,1.53ZM510.98,255.19c-.55,0-1.01.2-1.38.6-.37.4-.6.96-.69,1.67h3.97v-.1c-.04-.69-.22-1.22-.56-1.6-.33-.38-.78-.57-1.35-.57Z" style="fill: #fff;"></path>
      <path d="M519.74,261.19c.48,0,.91-.15,1.27-.44s.56-.66.6-1.1h1.28c-.02.45-.18.89-.47,1.3s-.67.74-1.15.98c-.48.24-.99.37-1.53.37-1.08,0-1.94-.36-2.57-1.08-.64-.72-.96-1.71-.96-2.96v-.23c0-.77.14-1.46.42-2.06s.69-1.07,1.22-1.4c.53-.33,1.16-.5,1.88-.5.89,0,1.63.27,2.21.8.59.53.9,1.22.94,2.07h-1.28c-.04-.51-.23-.93-.58-1.26-.35-.33-.78-.49-1.29-.49-.69,0-1.22.25-1.6.74-.38.5-.57,1.21-.57,2.15v.26c0,.91.19,1.62.56,2.11s.91.74,1.61.74Z" style="fill: #fff;"></path>
      <path d="M527,252.3v1.92h1.48v1.05h-1.48v4.92c0,.32.07.56.2.71.13.16.36.24.67.24.16,0,.37-.03.64-.09v1.09c-.36.1-.7.15-1.04.15-.61,0-1.06-.18-1.37-.55-.31-.37-.46-.89-.46-1.56v-4.91h-1.44v-1.05h1.44v-1.92h1.35Z" style="fill: #fff;"></path>
      <path d="M471.97,280.15v-10.66h3.01c.93,0,1.75.21,2.46.62s1.26.99,1.65,1.75c.39.76.58,1.63.59,2.61v.68c0,1.01-.19,1.89-.58,2.64-.39.76-.94,1.34-1.66,1.74-.72.41-1.56.61-2.52.62h-2.95ZM473.37,270.63v8.36h1.48c1.08,0,1.93-.34,2.53-1.01.6-.67.9-1.63.9-2.88v-.62c0-1.21-.28-2.15-.85-2.83-.57-.67-1.38-1.01-2.42-1.02h-1.64Z" style="fill: #fff;"></path>
      <path d="M485.63,280.3c-1.08,0-1.95-.35-2.62-1.06-.67-.71-1.01-1.65-1.01-2.83v-.25c0-.79.15-1.49.45-2.11.3-.62.72-1.1,1.26-1.45.54-.35,1.12-.52,1.75-.52,1.03,0,1.83.34,2.4,1.02s.86,1.65.86,2.92v.56h-5.37c.02.78.25,1.41.68,1.89.44.48.99.72,1.67.72.48,0,.88-.1,1.22-.29.33-.2.62-.45.87-.78l.83.64c-.67,1.02-1.66,1.53-2.99,1.53ZM485.46,273.19c-.55,0-1.01.2-1.38.6-.37.4-.6.96-.69,1.67h3.97v-.1c-.04-.69-.22-1.22-.56-1.6-.33-.38-.78-.57-1.35-.57Z" style="fill: #fff;"></path>
      <path d="M492.87,270.3v1.92h1.48v1.05h-1.48v4.92c0,.32.07.56.2.71.13.16.36.24.67.24.16,0,.37-.03.64-.09v1.09c-.36.1-.7.15-1.04.15-.61,0-1.06-.18-1.37-.55-.31-.37-.46-.89-.46-1.56v-4.91h-1.44v-1.05h1.44v-1.92h1.35Z" style="fill: #fff;"></path>
      <path d="M499.98,280.3c-1.08,0-1.95-.35-2.62-1.06-.67-.71-1.01-1.65-1.01-2.83v-.25c0-.79.15-1.49.45-2.11.3-.62.72-1.1,1.26-1.45.54-.35,1.12-.52,1.75-.52,1.03,0,1.83.34,2.4,1.02s.86,1.65.86,2.92v.56h-5.37c.02.78.25,1.41.68,1.89.44.48.99.72,1.67.72.48,0,.88-.1,1.22-.29.33-.2.62-.45.87-.78l.83.64c-.67,1.02-1.66,1.53-2.99,1.53ZM499.81,273.19c-.55,0-1.01.2-1.38.6-.37.4-.6.96-.69,1.67h3.97v-.1c-.04-.69-.22-1.22-.56-1.6-.33-.38-.78-.57-1.35-.57Z" style="fill: #fff;"></path>
      <path d="M508.56,279.19c.48,0,.91-.15,1.27-.44s.56-.66.6-1.1h1.28c-.02.45-.18.89-.47,1.3s-.67.74-1.15.98c-.48.24-.99.37-1.53.37-1.08,0-1.94-.36-2.57-1.08-.64-.72-.96-1.71-.96-2.96v-.23c0-.77.14-1.46.42-2.06s.69-1.07,1.22-1.4c.53-.33,1.16-.5,1.88-.5.89,0,1.63.27,2.21.8.59.53.9,1.22.94,2.07h-1.28c-.04-.51-.23-.93-.58-1.26-.35-.33-.78-.49-1.29-.49-.69,0-1.22.25-1.6.74-.38.5-.57,1.21-.57,2.15v.26c0,.91.19,1.62.56,2.11s.91.74,1.61.74Z" style="fill: #fff;"></path>
      <path d="M515.82,270.3v1.92h1.48v1.05h-1.48v4.92c0,.32.07.56.2.71.13.16.36.24.67.24.16,0,.37-.03.64-.09v1.09c-.36.1-.7.15-1.04.15-.61,0-1.06-.18-1.37-.55-.31-.37-.46-.89-.46-1.56v-4.91h-1.44v-1.05h1.44v-1.92h1.35Z" style="fill: #fff;"></path>
      <path d="M519.64,270.12c0-.22.07-.41.2-.56.13-.15.33-.23.6-.23s.46.08.6.23.21.34.21.56-.07.4-.21.55-.34.22-.6.22-.46-.07-.6-.22c-.13-.15-.2-.33-.2-.55ZM521.11,280.15h-1.36v-7.92h1.36v7.92Z" style="fill: #fff;"></path>
      <path d="M523.67,276.11c0-.78.15-1.47.46-2.09.31-.62.73-1.1,1.27-1.44.54-.34,1.17-.51,1.86-.51,1.08,0,1.95.37,2.62,1.12.67.75,1,1.74,1,2.98v.1c0,.77-.15,1.46-.44,2.08-.29.61-.72,1.09-1.27,1.43-.55.34-1.18.51-1.89.51-1.07,0-1.94-.37-2.61-1.12-.67-.75-1-1.74-1-2.97v-.09ZM525.03,276.27c0,.88.2,1.58.61,2.12.41.53.95.8,1.64.8s1.24-.27,1.64-.81c.41-.54.61-1.29.61-2.27,0-.87-.21-1.57-.62-2.11-.41-.54-.96-.81-1.64-.81s-1.21.27-1.62.8-.62,1.29-.62,2.29Z" style="fill: #fff;"></path>
      <path d="M534.61,272.22l.04,1c.6-.76,1.4-1.14,2.37-1.14,1.67,0,2.52.95,2.53,2.83v5.24h-1.35v-5.24c0-.57-.14-.99-.39-1.27-.26-.27-.66-.41-1.2-.41-.44,0-.83.12-1.16.35s-.59.54-.78.92v5.65h-1.36v-7.92h1.28Z" style="fill: #fff;"></path>
    </g>
    <rect x="457.1" y="408.62" width="97.1" height="54.44" rx="4" ry="4" style="fill: #6280cc;"></rect>
    <g>
      <line x1="554.21" y1="435.93" x2="622.37" y2="435.93" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="621.05 440.42 628.83 435.93 621.05 431.44 621.05 440.42"></polygon>
    </g>
    <g>
      <path d="M491.72,425.62c0,1.04-.18,1.96-.53,2.74-.35.78-.85,1.37-1.49,1.78s-1.4.62-2.26.62-1.58-.21-2.23-.62c-.65-.41-1.15-1-1.51-1.76-.36-.76-.54-1.65-.55-2.66v-.77c0-1.03.18-1.93.53-2.72s.86-1.39,1.51-1.81c.65-.42,1.4-.63,2.24-.63s1.61.21,2.26.62c.65.41,1.15,1.01,1.51,1.79.35.78.53,1.7.53,2.74v.67ZM490.32,424.93c0-1.26-.25-2.24-.76-2.91-.51-.68-1.22-1.01-2.13-1.01s-1.59.34-2.1,1.01c-.51.68-.77,1.62-.79,2.82v.78c0,1.23.26,2.19.77,2.89.51.7,1.22,1.05,2.13,1.05s1.61-.33,2.11-.99c.5-.66.75-1.61.77-2.84v-.79Z" style="fill: #fff;"></path>
      <path d="M501.07,426.74c0,1.21-.28,2.18-.83,2.92-.56.74-1.3,1.1-2.24,1.1-1,0-1.78-.35-2.32-1.06l-.07.92h-1.25v-11.25h1.36v4.2c.55-.68,1.3-1.02,2.26-1.02s1.72.36,2.27,1.09c.55.73.82,1.72.82,2.99v.12ZM499.72,426.58c0-.92-.18-1.64-.53-2.14s-.87-.75-1.54-.75c-.89,0-1.54.42-1.93,1.25v3.43c.41.83,1.06,1.25,1.94,1.25.65,0,1.15-.25,1.52-.75.36-.5.54-1.26.54-2.27Z" style="fill: #fff;"></path>
      <path d="M504.93,422.69v8.84c0,1.52-.69,2.29-2.07,2.29-.3,0-.57-.04-.83-.13v-1.08c.16.04.36.06.62.06.3,0,.53-.08.69-.25.16-.16.24-.45.24-.85v-8.88h1.35ZM503.43,420.58c0-.21.07-.4.2-.55.13-.15.33-.23.59-.23s.46.08.6.23c.14.15.21.34.21.56s-.07.4-.21.55c-.14.15-.34.22-.6.22s-.46-.07-.59-.22-.2-.33-.2-.55Z" style="fill: #fff;"></path>
      <path d="M511.15,430.76c-1.08,0-1.95-.35-2.62-1.06-.67-.71-1.01-1.65-1.01-2.83v-.25c0-.79.15-1.49.45-2.11.3-.62.72-1.1,1.26-1.45.54-.35,1.12-.52,1.75-.52,1.03,0,1.83.34,2.4,1.02s.86,1.65.86,2.92v.56h-5.37c.02.78.25,1.41.68,1.89.44.48.99.72,1.67.72.48,0,.88-.1,1.22-.29.33-.2.62-.45.87-.78l.83.64c-.67,1.02-1.66,1.53-2.99,1.53ZM510.98,423.65c-.55,0-1.01.2-1.38.6-.37.4-.6.96-.69,1.67h3.97v-.1c-.04-.69-.22-1.22-.56-1.6-.33-.38-.78-.57-1.35-.57Z" style="fill: #fff;"></path>
      <path d="M519.74,429.65c.48,0,.91-.15,1.27-.44s.56-.66.6-1.1h1.28c-.02.45-.18.89-.47,1.3s-.67.74-1.15.98c-.48.24-.99.37-1.53.37-1.08,0-1.94-.36-2.57-1.08-.64-.72-.96-1.71-.96-2.96v-.23c0-.77.14-1.46.42-2.06s.69-1.07,1.22-1.4c.53-.33,1.16-.5,1.88-.5.89,0,1.63.27,2.21.8.59.53.9,1.22.94,2.07h-1.28c-.04-.51-.23-.93-.58-1.26-.35-.33-.78-.49-1.29-.49-.69,0-1.22.25-1.6.74-.38.5-.57,1.21-.57,2.15v.26c0,.91.19,1.62.56,2.11s.91.74,1.61.74Z" style="fill: #fff;"></path>
      <path d="M527,420.77v1.92h1.48v1.05h-1.48v4.92c0,.32.07.56.2.71.13.16.36.24.67.24.16,0,.37-.03.64-.09v1.09c-.36.1-.7.15-1.04.15-.61,0-1.06-.18-1.37-.55-.31-.37-.46-.89-.46-1.56v-4.91h-1.44v-1.05h1.44v-1.92h1.35Z" style="fill: #fff;"></path>
      <path d="M471.97,448.61v-10.66h3.01c.93,0,1.75.21,2.46.62s1.26.99,1.65,1.75c.39.76.58,1.63.59,2.61v.68c0,1.01-.19,1.89-.58,2.64-.39.76-.94,1.34-1.66,1.74-.72.41-1.56.61-2.52.62h-2.95ZM473.37,439.1v8.36h1.48c1.08,0,1.93-.34,2.53-1.01.6-.67.9-1.63.9-2.88v-.62c0-1.21-.28-2.15-.85-2.83-.57-.67-1.38-1.01-2.42-1.02h-1.64Z" style="fill: #fff;"></path>
      <path d="M485.63,448.76c-1.08,0-1.95-.35-2.62-1.06-.67-.71-1.01-1.65-1.01-2.83v-.25c0-.79.15-1.49.45-2.11.3-.62.72-1.1,1.26-1.45.54-.35,1.12-.52,1.75-.52,1.03,0,1.83.34,2.4,1.02s.86,1.65.86,2.92v.56h-5.37c.02.78.25,1.41.68,1.89.44.48.99.72,1.67.72.48,0,.88-.1,1.22-.29.33-.2.62-.45.87-.78l.83.64c-.67,1.02-1.66,1.53-2.99,1.53ZM485.46,441.65c-.55,0-1.01.2-1.38.6-.37.4-.6.96-.69,1.67h3.97v-.1c-.04-.69-.22-1.22-.56-1.6-.33-.38-.78-.57-1.35-.57Z" style="fill: #fff;"></path>
      <path d="M492.87,438.77v1.92h1.48v1.05h-1.48v4.92c0,.32.07.56.2.71.13.16.36.24.67.24.16,0,.37-.03.64-.09v1.09c-.36.1-.7.15-1.04.15-.61,0-1.06-.18-1.37-.55-.31-.37-.46-.89-.46-1.56v-4.91h-1.44v-1.05h1.44v-1.92h1.35Z" style="fill: #fff;"></path>
      <path d="M499.98,448.76c-1.08,0-1.95-.35-2.62-1.06-.67-.71-1.01-1.65-1.01-2.83v-.25c0-.79.15-1.49.45-2.11.3-.62.72-1.1,1.26-1.45.54-.35,1.12-.52,1.75-.52,1.03,0,1.83.34,2.4,1.02s.86,1.65.86,2.92v.56h-5.37c.02.78.25,1.41.68,1.89.44.48.99.72,1.67.72.48,0,.88-.1,1.22-.29.33-.2.62-.45.87-.78l.83.64c-.67,1.02-1.66,1.53-2.99,1.53ZM499.81,441.65c-.55,0-1.01.2-1.38.6-.37.4-.6.96-.69,1.67h3.97v-.1c-.04-.69-.22-1.22-.56-1.6-.33-.38-.78-.57-1.35-.57Z" style="fill: #fff;"></path>
      <path d="M508.56,447.65c.48,0,.91-.15,1.27-.44s.56-.66.6-1.1h1.28c-.02.45-.18.89-.47,1.3s-.67.74-1.15.98c-.48.24-.99.37-1.53.37-1.08,0-1.94-.36-2.57-1.08-.64-.72-.96-1.71-.96-2.96v-.23c0-.77.14-1.46.42-2.06s.69-1.07,1.22-1.4c.53-.33,1.16-.5,1.88-.5.89,0,1.63.27,2.21.8.59.53.9,1.22.94,2.07h-1.28c-.04-.51-.23-.93-.58-1.26-.35-.33-.78-.49-1.29-.49-.69,0-1.22.25-1.6.74-.38.5-.57,1.21-.57,2.15v.26c0,.91.19,1.62.56,2.11s.91.74,1.61.74Z" style="fill: #fff;"></path>
      <path d="M515.82,438.77v1.92h1.48v1.05h-1.48v4.92c0,.32.07.56.2.71.13.16.36.24.67.24.16,0,.37-.03.64-.09v1.09c-.36.1-.7.15-1.04.15-.61,0-1.06-.18-1.37-.55-.31-.37-.46-.89-.46-1.56v-4.91h-1.44v-1.05h1.44v-1.92h1.35Z" style="fill: #fff;"></path>
      <path d="M519.64,438.58c0-.22.07-.41.2-.56.13-.15.33-.23.6-.23s.46.08.6.23.21.34.21.56-.07.4-.21.55-.34.22-.6.22-.46-.07-.6-.22c-.13-.15-.2-.33-.2-.55ZM521.11,448.61h-1.36v-7.92h1.36v7.92Z" style="fill: #fff;"></path>
      <path d="M523.67,444.58c0-.78.15-1.47.46-2.09.31-.62.73-1.1,1.27-1.44.54-.34,1.17-.51,1.86-.51,1.08,0,1.95.37,2.62,1.12.67.75,1,1.74,1,2.98v.1c0,.77-.15,1.46-.44,2.08-.29.61-.72,1.09-1.27,1.43-.55.34-1.18.51-1.89.51-1.07,0-1.94-.37-2.61-1.12-.67-.75-1-1.74-1-2.97v-.09ZM525.03,444.74c0,.88.2,1.58.61,2.12.41.53.95.8,1.64.8s1.24-.27,1.64-.81c.41-.54.61-1.29.61-2.27,0-.87-.21-1.57-.62-2.11-.41-.54-.96-.81-1.64-.81s-1.21.27-1.62.8-.62,1.29-.62,2.29Z" style="fill: #fff;"></path>
      <path d="M534.61,440.69l.04,1c.6-.76,1.4-1.14,2.37-1.14,1.67,0,2.52.95,2.53,2.83v5.24h-1.35v-5.24c0-.57-.14-.99-.39-1.27-.26-.27-.66-.41-1.2-.41-.44,0-.83.12-1.16.35s-.59.54-.78.92v5.65h-1.36v-7.92h1.28Z" style="fill: #fff;"></path>
    </g>
    <g>
      <path d="M325.36,245.71c-1.37-.39-2.36-.88-2.98-1.45-.62-.57-.93-1.28-.93-2.12,0-.95.38-1.74,1.14-2.36.76-.62,1.75-.93,2.97-.93.83,0,1.57.16,2.22.48s1.15.76,1.51,1.33c.36.56.54,1.18.54,1.85h-1.6c0-.73-.23-1.31-.7-1.73-.46-.42-1.12-.63-1.97-.63-.79,0-1.4.17-1.84.52-.44.35-.66.83-.66,1.44,0,.49.21.91.63,1.25.42.34,1.13.65,2.13.94,1,.28,1.79.59,2.36.94.57.34.99.74,1.26,1.19.27.45.41.99.41,1.6,0,.98-.38,1.76-1.15,2.35-.76.59-1.79.88-3.06.88-.83,0-1.61-.16-2.32-.48-.72-.32-1.27-.75-1.67-1.31-.39-.55-.58-1.18-.58-1.88h1.6c0,.73.27,1.31.81,1.73.54.42,1.26.64,2.16.64.84,0,1.49-.17,1.93-.51.45-.34.67-.81.67-1.4s-.21-1.05-.62-1.37c-.42-.32-1.17-.64-2.26-.96Z" style="fill: #fff;"></path>
      <path d="M340.09,246.71c0,1.37-.31,2.47-.94,3.3-.62.83-1.47,1.25-2.54,1.25s-1.95-.35-2.57-1.04v4.32h-1.54v-12.43h1.4l.08,1c.62-.77,1.49-1.16,2.61-1.16s1.93.41,2.56,1.22.94,1.95.94,3.4v.14ZM338.55,246.54c0-1.01-.21-1.81-.65-2.4s-1.02-.88-1.78-.88c-.93,0-1.63.41-2.09,1.24v4.29c.46.82,1.16,1.23,2.11,1.23.74,0,1.32-.29,1.75-.88s.65-1.45.65-2.6Z" style="fill: #fff;"></path>
      <path d="M344.55,251.1h-1.54v-12.75h1.54v12.75Z" style="fill: #fff;"></path>
      <path d="M347.87,239.74c0-.25.08-.46.23-.63s.38-.26.68-.26.53.09.68.26.23.38.23.63-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM349.53,251.1h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
      <path d="M354.92,239.95v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    </g>
    <g>
      <path d="M325.36,414.18c-1.37-.39-2.36-.88-2.98-1.45-.62-.57-.93-1.28-.93-2.12,0-.95.38-1.74,1.14-2.36.76-.62,1.75-.93,2.97-.93.83,0,1.57.16,2.22.48.65.32,1.15.76,1.51,1.33.36.56.54,1.18.54,1.85h-1.6c0-.73-.23-1.31-.7-1.73-.46-.42-1.12-.63-1.97-.63-.79,0-1.4.17-1.84.52-.44.35-.66.83-.66,1.44,0,.49.21.91.63,1.25.42.34,1.13.65,2.13.94,1,.28,1.79.59,2.36.94.57.34.99.74,1.26,1.19.27.45.41.99.41,1.6,0,.98-.38,1.76-1.15,2.35-.76.59-1.79.88-3.06.88-.83,0-1.61-.16-2.32-.48-.72-.32-1.27-.75-1.67-1.31-.39-.55-.58-1.18-.58-1.88h1.6c0,.73.27,1.31.81,1.73.54.42,1.26.63,2.16.63.84,0,1.49-.17,1.93-.51.45-.34.67-.81.67-1.4s-.21-1.05-.62-1.37c-.42-.32-1.17-.64-2.26-.96Z" style="fill: #fff;"></path>
      <path d="M340.09,415.17c0,1.37-.31,2.47-.94,3.3-.62.84-1.47,1.25-2.54,1.25s-1.95-.35-2.57-1.04v4.33h-1.54v-12.43h1.4l.08,1c.62-.78,1.49-1.16,2.61-1.16s1.93.41,2.56,1.22.94,1.95.94,3.4v.14ZM338.55,415c0-1.01-.21-1.81-.65-2.4-.43-.59-1.02-.88-1.78-.88-.93,0-1.63.41-2.09,1.24v4.29c.46.82,1.16,1.23,2.11,1.23.74,0,1.32-.29,1.75-.88.43-.58.65-1.45.65-2.6Z" style="fill: #fff;"></path>
      <path d="M344.55,419.56h-1.54v-12.75h1.54v12.75Z" style="fill: #fff;"></path>
      <path d="M347.87,408.2c0-.25.08-.46.23-.63.15-.17.38-.26.68-.26s.53.09.68.26c.16.17.23.38.23.63s-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM349.53,419.56h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
      <path d="M354.92,408.41v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    </g>
    <rect x="954.27" y="228.84" width="51.48" height="36.04" rx="4" ry="4" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;"></rect>
    <line x1="969.72" y1="275.18" x2="990.31" y2="275.18" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;"></line>
    <line x1="980.01" y1="264.88" x2="980.01" y2="275.18" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;"></line>
    <g>
      <line x1="92.29" y1="77.67" x2="74.36" y2="77.67" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="91.12 73.68 98.03 77.67 91.12 81.66 91.12 73.68"></polygon>
    </g>
    <g>
      <line x1="92.43" y1="248.41" x2="70.42" y2="248.41" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="91.26 244.42 98.17 248.41 91.26 252.4 91.26 244.42"></polygon>
    </g>
    <g>
      <line x1="947.14" y1="248.41" x2="925.13" y2="248.41" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="945.97 244.42 952.88 248.41 945.97 252.4 945.97 244.42"></polygon>
    </g>
    <g>
      <line x1="92.43" y1="415.11" x2="72.1" y2="415.11" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
      <polygon points="91.26 411.12 98.17 415.11 91.26 419.1 91.26 411.12"></polygon>
    </g>
    <g>
      <path d="M58,224.36h-20.25c-2.49,0-4.5,2.01-4.5,4.5v36c0,2.49,2.01,4.5,4.5,4.5h27c2.49,0,4.5-2.01,4.5-4.5v-29.25l-11.25-11.25Z" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
      <path d="M55.75,224.36v9c0,2.49,2.01,4.5,4.5,4.5h9" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
      <path d="M46.75,244.61l11.25,6.75-11.25,6.75v-13.5Z" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
    </g>
    <g>
      <path d="M59.58,63.27h-9l-4.5,5.4h-5.4c-1.99,0-3.6,1.61-3.6,3.6v16.2c0,1.99,1.61,3.6,3.6,3.6h28.8c1.99,0,3.6-1.61,3.6-3.6v-16.2c0-1.99-1.61-3.6-3.6-3.6h-5.4l-4.5-5.4Z" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
      <circle cx="55.08" cy="77.67" r="5.4" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></circle>
    </g>
    <g>
      <path d="M51.01,411.19c0-.75.61-1.35,1.35-1.35.25,0,.49.07.7.2l6.6,4.05c.64.39.83,1.22.44,1.86-.11.18-.26.33-.44.44l-6.6,4.05c-.64.39-1.47.19-1.86-.45-.13-.21-.2-.46-.2-.71v-8.1Z" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
      <path d="M45.61,435.04h18" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
      <rect x="36.61" y="402.64" width="36" height="25.2" rx="2" ry="2" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></rect>
    </g>
  </g>
</svg>

**Figure: Object detection application workflow**

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 0 640 400" width="640" height="400" style="cursor:auto !important" aria-label="">
    <defs>
      <style>@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&amp;display=swap");
.svg-7 .bg-fill { fill: var(--color-background) }
.svg-7 .fill-text { color: var(--color-content); fill: var(--color-content) }
.svg-7 .video-hoverbox { transition: opacity 0.15s ease-in-out }
.svg-7 .video-hoverbox:hover { opacity: 0.9 }
 { fill: #000000; stroke: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-7 .st2 { fill: #ffffff; font-family: Arial; font-size: 1.00001em }
.svg-7 .st3 { fill: #ffffff; stroke: none; stroke-linecap: butt; stroke-width: 6.375 }
.svg-7 .st4 { fill: none; stroke: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-7 .st5 { fill: none; fill-rule: evenodd; font-size: 12px; overflow: visible; stroke-linecap: square; stroke-miterlimit: 3 }</style>
  </defs>

  <foreignobject x="0" y="0" width="640" height="400">
    <body xmlns="http://www.w3.org/1999/xhtml">
        <iframe width="640" height="400" src="https://players.brightcove.net/1414329538001/4JiZQnWhg_default/index.html?videoId=6380739279112" allowfullscreen="" allow="encrypted-media"></iframe>
    <div class='topic-detail'><div class='topic-updated-date'><span> Last Published: </span>Mar 30, 2026</div><div class='prev-and-next-links'><span class='previous-topic-link'><span aria-hidden='true' class='disabled' data-tip='' data-effect='solid'></span></span></div></div></body>
    </foreignobject>

</svg>

**Video: Object detection application**

**Example usage**

It’s mandatory to push the model and label files to the device to run the sample application. For details, see Download AI models and labels.

1. Begin a new SSH session and start the HDMI display monitor if you haven’t already:

ssh root@<ip-addr of the target device>
        Copy to clipboard
2. To view the sample application on the HDMI display, run the following export command from the SSH terminal:

export XDG_RUNTIME_DIR=/dev/socket/weston && export WAYLAND_DISPLAY=wayland-1
        Copy to clipboard
3. Edit the `/etc/configs/config_detection.json` file on your device.

{
           "file-path": "/etc/media/video.mp4",
           "ml-framework": "tflite",
           "yolo-model-type": "yolox",
           "model": "/etc/models/yolox_quantized.tflite",
           "labels": "/etc/labels/yolox.json",
           "threshold": 40,
           "runtime": "dsp"
        }
        Copy to clipboard

    For more information about the fields in the **config\_detection.json** file, see Config JSON field description.
4. To start the application, run the following command:

gst-ai-object-detection
        Copy to clipboard

- To stop the use case, select <kbd class="kbd docutils literal notranslate">Ctrl</kbd> + <kbd class="kbd docutils literal notranslate">C</kbd>.
- To display the available help options, run the following command:

gst-ai-object-detection -h
        Copy to clipboard
- The `GST_DEBUG` environment variable controls the GStreamer debug output. Set the required level to allow logging. For example, to log all warnings, run the following command:

export GST_DEBUG=2
        Copy to clipboard

**Config JSON field description**

| Field | Values/description |
| --- | --- |
| **ml-framework** | Use one of the following models:<br><br><br><br>> <br>> <br>> <ul class="simple"><br>> <li><p><code class="docutils literal notranslate"><span class="pre">snpe</span></code>: Qualcomm <sup>®</sup> Neural Processing SDK</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">tflite</span></code>: LiteRT</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">onnx</span></code>: ONNX</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">qnn</span></code>: Qualcomm <sup>®</sup> AI Engine direct</p></li><br>> </ul> |
| **yolo-model-type** | Runs the `yolov5`, `yolov8`, `yolox` and `yolonas` models, respectively.<br>For more information about models and labels, see [Sample model and label files](https://docs.qualcomm.com/bundle/publicresource/topics/80-70029-50/gst-ai-object-detection.html#gst-ai-object-detection__section_hds_vxp_mdc). |
| **runtime** | Use one of the following runtimes:<br><br><br><br>> <br>> <br>> <ul class="simple"><br>> <li><p><code class="docutils literal notranslate"><span class="pre">cpu</span></code></p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">gpu</span></code></p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">dsp</span></code></p></li><br>> </ul> |
| **Input source** | Use one of the following input sources:<br><br><br><br>> <br>> <br>> <ul class="simple"><br>> <li><p><code class="docutils literal notranslate"><span class="pre">camera</span></code>: Primary camera (0) or secondary camera (1)</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">file-path</span></code>: Directory path to the video file</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">rtsp-ip-port</span></code>: Address of the RTSP stream in the <code class="docutils literal notranslate"><span class="pre">rtsp://&lt;ip&gt;:&lt;port&gt;/&lt;stream&gt;</span></code> format</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">enable-usb-camera</span></code>: TRUE or FALSE</p></li><br>> </ul> |
| **output-ip-address** | Output server IP address |
| **port** | Output server port |
| **output-type** | Use one of the following output types:<br><br><br><br>> <br>> <br>> <ul class="simple"><br>> <li><p><code class="docutils literal notranslate"><span class="pre">waylandsink</span></code>: To display output on Wayland</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">filesink</span></code>: To store output in file</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">rtpsink</span></code>: To stream output on server</p></li><br>> </ul> |
| **USB camera video-format and resolution** | Use one of the following video formats:<br><br><br><br>> <br>> <br>> <ul class="simple"><br>> <li><p><code class="docutils literal notranslate"><span class="pre">nv12</span></code></p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">yuy2</span></code></p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">mjpeg</span></code></p></li><br>> </ul><br><br><br><br>Use one of the following resolution fields:<br><br><br><br>> <br>> <br>> <ul class="simple"><br>> <li><p><code class="docutils literal notranslate"><span class="pre">width</span></code>: Input USB camera source resolution width</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">height</span></code>: Input USB camera source resolution height</p></li><br>> <li><p><code class="docutils literal notranslate"><span class="pre">framerate</span></code>: Input USB camera source framerate</p></li><br>> </ul> |
| **output-file** | Output filename. The default filename is `output_detection.mp4`. |

### Parallel AI inference

The **gst-ai-parallel-inference** command-line application shows the hardware capability to perform four parallel inference operations on input streams from a camera, video file, or Real-Time Streaming Protocol (RTSP) stream. The following figure shows the workflow of the Parallel AI inference application. The pipeline detects objects, classifies objects, detects poses, and segments images on the input stream. The screen displays the results side-by-side.

<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1002.33" height="492.27" viewbox="0 0 1002.33 492.27" aria-label="Workflow to perform four parallel inferences using the Parallel AI Inference application on Dragonwing RB3 Gen 2 device.">
  <rect x="10.5" y="10.5" width="981.33" height="471.27" rx="7.85" ry="7.85" style="fill: #fafafa; stroke: #d2d7e1; stroke-miterlimit: 10;"></rect>
  <rect x="99.94" y="29.12" width="137.57" height="97.11" rx="4" ry="4" style="fill: #6280cc;"></rect>
  <rect x="677.41" y="29.12" width="119.11" height="434.03" rx="4" ry="4" style="fill: #6280cc;"></rect>
  <rect x="99.94" y="197.58" width="137.57" height="97.11" rx="4" ry="4" style="fill: #6280cc;"></rect>
  <g>
    <path d="M129.33,67.55h-2.84v4.89h-1.6v-12.09h4c1.36,0,2.41.31,3.14.93s1.1,1.52,1.1,2.71c0,.75-.2,1.41-.61,1.97-.41.56-.97.98-1.7,1.25l2.84,5.13v.1h-1.71l-2.62-4.89ZM126.49,66.25h2.45c.79,0,1.42-.21,1.89-.62s.7-.96.7-1.65c0-.75-.22-1.32-.67-1.72-.45-.4-1.09-.6-1.93-.61h-2.44v4.59Z" style="fill: #fff;"></path>
    <path d="M139.7,72.61c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM139.51,64.55c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M151.38,72.44c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM148.83,71.27c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
    <path d="M155.56,67.87c0-1.38.33-2.49.98-3.32.65-.84,1.51-1.26,2.57-1.26s1.88.36,2.5,1.08v-4.68h1.54v12.75h-1.41l-.08-.96c-.61.75-1.47,1.13-2.56,1.13s-1.89-.43-2.54-1.28c-.66-.85-.98-1.96-.98-3.34v-.12ZM157.09,68.05c0,1.02.21,1.81.63,2.39s1,.86,1.74.86c.97,0,1.68-.44,2.13-1.31v-4.13c-.46-.85-1.17-1.27-2.12-1.27-.75,0-1.34.29-1.76.87s-.63,1.44-.63,2.58Z" style="fill: #fff;"></path>
    <path d="M172.18,72.44v-7.79h-1.42v-1.19h1.42v-.92c0-.96.26-1.71.77-2.23s1.24-.79,2.18-.79c.35,0,.71.05,1.05.14l-.08,1.24c-.26-.05-.54-.07-.83-.07-.5,0-.88.15-1.15.44-.27.29-.41.71-.41,1.25v.95h1.92v1.19h-1.92v7.79h-1.54Z" style="fill: #fff;"></path>
    <path d="M182.52,64.84c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
    <path d="M184.21,67.87c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.69-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM185.75,68.05c0,1,.23,1.8.69,2.4s1.08.9,1.86.9,1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.98-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M196.6,63.46l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.89c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
    <path d="M143.01,91.75c.55,0,1.03-.17,1.44-.5.41-.33.64-.75.68-1.25h1.45c-.03.51-.21,1-.53,1.47s-.76.84-1.31,1.11-1.12.42-1.73.42c-1.22,0-2.2-.41-2.92-1.22-.72-.82-1.08-1.93-1.08-3.35v-.26c0-.87.16-1.65.48-2.33s.78-1.21,1.38-1.59,1.31-.56,2.13-.56c1.01,0,1.84.3,2.51.9s1.02,1.39,1.07,2.35h-1.45c-.04-.58-.26-1.06-.66-1.43-.4-.37-.88-.56-1.47-.56-.78,0-1.38.28-1.81.84-.43.56-.64,1.37-.64,2.44v.29c0,1.03.21,1.83.64,2.39s1.04.84,1.83.84Z" style="fill: #fff;"></path>
    <path d="M154.7,92.84c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM152.15,91.67c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
    <path d="M160.7,83.86l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.89c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
    <path d="M178.73,93.01c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM178.54,84.95c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M189.2,85.24c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
    <path d="M196.67,92.84c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM194.12,91.67c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
  </g>
  <g>
    <path d="M705.07,248.18c-.15,1.28-.62,2.26-1.42,2.96-.79.7-1.85,1.04-3.17,1.04-1.43,0-2.57-.51-3.43-1.54-.86-1.02-1.29-2.39-1.29-4.11v-1.16c0-1.12.2-2.11.6-2.96s.97-1.51,1.71-1.96c.74-.46,1.59-.68,2.56-.68,1.28,0,2.31.36,3.09,1.08.78.72,1.23,1.71,1.35,2.98h-1.6c-.14-.97-.44-1.67-.9-2.1s-1.11-.65-1.94-.65c-1.02,0-1.82.38-2.39,1.13s-.87,1.82-.87,3.21v1.17c0,1.31.27,2.36.82,3.13.55.78,1.31,1.16,2.3,1.16.89,0,1.56-.2,2.04-.6.47-.4.79-1.1.94-2.1h1.6Z" style="fill: #fff;"></path>
    <path d="M707.45,247.44c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.7-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM708.99,247.62c0,1,.23,1.8.69,2.4.46.6,1.08.91,1.86.91s1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.98-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M719.85,243.03l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.88c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
    <path d="M741.74,247.62c0,1.37-.31,2.47-.94,3.3-.62.83-1.47,1.25-2.54,1.25s-1.95-.35-2.57-1.04v4.32h-1.54v-12.43h1.4l.08,1c.62-.77,1.49-1.16,2.61-1.16s1.93.41,2.56,1.22.94,1.95.94,3.39v.14ZM740.2,247.45c0-1.01-.21-1.81-.65-2.4s-1.02-.88-1.78-.88c-.93,0-1.63.41-2.09,1.24v4.29c.46.82,1.16,1.23,2.11,1.23.74,0,1.32-.29,1.75-.88s.65-1.45.65-2.6Z" style="fill: #fff;"></path>
    <path d="M744.13,247.44c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.7-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM745.68,247.62c0,1,.23,1.8.69,2.4.46.6,1.08.91,1.86.91s1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.98-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M760.31,249.63c0-.42-.16-.74-.47-.97-.31-.23-.86-.43-1.64-.59s-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83-.22-.32-.33-.7-.33-1.15,0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79s.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37-.47.56-.47.95c0,.37.15.65.44.84s.82.37,1.59.54c.77.17,1.39.38,1.86.61.48.24.83.52,1.06.86.23.33.34.74.34,1.22,0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38-.55-.25-.99-.61-1.3-1.07-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22.38.3.89.45,1.52.45.58,0,1.05-.12,1.4-.35.35-.23.53-.55.53-.94Z" style="fill: #fff;"></path>
    <path d="M768.43,252.18c-1.22,0-2.21-.4-2.97-1.2s-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM768.24,244.13c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M778.9,244.41c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.37h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
  </g>
  <g>
    <path d="M820.6,216.8v-12.09h3.41c1.05,0,1.98.23,2.79.7s1.43,1.13,1.87,1.98c.44.86.66,1.84.67,2.96v.77c0,1.14-.22,2.14-.66,3-.44.86-1.07,1.52-1.88,1.98s-1.77.69-2.85.71h-3.35ZM822.2,206.01v9.48h1.68c1.23,0,2.18-.38,2.87-1.15s1.03-1.85,1.03-3.27v-.71c0-1.37-.32-2.44-.97-3.2-.64-.76-1.56-1.15-2.74-1.16h-1.86Z"></path>
    <path d="M832.37,205.43c0-.25.08-.46.23-.63s.38-.26.68-.26.53.09.68.26.23.38.23.63-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM834.03,216.8h-1.54v-8.98h1.54v8.98Z"></path>
    <path d="M842.57,214.41c0-.42-.16-.74-.47-.97-.31-.23-.86-.43-1.64-.59s-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83s-.33-.7-.33-1.15c0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79s.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37-.47.56-.47.95c0,.37.15.65.44.84s.82.37,1.59.54,1.39.38,1.86.61.83.52,1.06.86c.23.33.34.74.34,1.22,0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38s-.99-.61-1.3-1.07c-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22.38.3.89.45,1.52.45.58,0,1.05-.12,1.4-.35.35-.23.53-.55.53-.94Z"></path>
    <path d="M854.54,212.4c0,1.37-.31,2.47-.94,3.3-.62.84-1.47,1.25-2.54,1.25s-1.95-.35-2.57-1.04v4.32h-1.54v-12.43h1.4l.08,1c.62-.77,1.49-1.16,2.61-1.16s1.93.41,2.56,1.22.94,1.95.94,3.4v.14ZM853,212.23c0-1.01-.21-1.81-.65-2.4s-1.02-.88-1.78-.88c-.93,0-1.63.41-2.09,1.24v4.29c.46.82,1.16,1.23,2.11,1.23.74,0,1.32-.29,1.75-.88.43-.58.65-1.45.65-2.6Z"></path>
    <path d="M859.01,216.8h-1.54v-12.75h1.54v12.75Z"></path>
    <path d="M867.86,216.8c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM865.31,215.62c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z"></path>
    <path d="M875.23,214.55l2.09-6.73h1.64l-3.61,10.37c-.56,1.49-1.45,2.24-2.66,2.24l-.29-.02-.57-.11v-1.25l.42.03c.52,0,.93-.1,1.22-.32.29-.21.53-.59.72-1.15l.34-.91-3.2-8.88h1.68l2.24,6.73Z"></path>
    <path d="M828.4,229.59c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z"></path>
    <path d="M834.23,237.36c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM834.04,229.31c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z"></path>
    <path d="M841.81,228.21l.05,1.13c.69-.86,1.58-1.29,2.69-1.29,1.9,0,2.86,1.07,2.87,3.21v5.94h-1.54v-5.94c0-.65-.15-1.13-.44-1.44-.29-.31-.74-.46-1.36-.46-.5,0-.93.13-1.31.4-.38.27-.67.61-.88,1.05v6.4h-1.54v-8.98h1.45Z"></path>
    <path d="M850.22,232.63c0-1.38.33-2.49.98-3.32.65-.84,1.51-1.26,2.57-1.26s1.88.36,2.5,1.08v-4.68h1.54v12.75h-1.41l-.08-.96c-.61.75-1.47,1.13-2.56,1.13s-1.89-.43-2.54-1.28c-.66-.85-.98-1.96-.98-3.34v-.12ZM851.75,232.8c0,1.02.21,1.81.63,2.39s1,.86,1.74.86c.97,0,1.68-.44,2.13-1.31v-4.13c-.46-.85-1.17-1.27-2.12-1.27-.75,0-1.34.29-1.76.87s-.63,1.44-.63,2.58Z"></path>
    <path d="M864.75,237.36c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM864.56,229.31c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z"></path>
    <path d="M875.22,229.59c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z"></path>
  </g>
  <g>
    <path d="M131.86,236.01h-2.84v4.89h-1.6v-12.09h4c1.36,0,2.41.31,3.14.93s1.1,1.52,1.1,2.71c0,.75-.2,1.41-.61,1.97-.41.56-.97.98-1.7,1.25l2.84,5.13v.1h-1.71l-2.62-4.89ZM129.02,234.71h2.45c.79,0,1.42-.21,1.89-.62s.7-.96.7-1.65c0-.75-.22-1.32-.67-1.72-.45-.4-1.09-.6-1.93-.61h-2.44v4.59Z" style="fill: #fff;"></path>
    <path d="M142.23,241.07c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM142.04,233.02c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M153.91,240.9c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM151.36,239.73c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
    <path d="M158.09,236.34c0-1.38.33-2.49.98-3.32.65-.84,1.51-1.26,2.57-1.26s1.88.36,2.5,1.08v-4.68h1.54v12.75h-1.41l-.08-.96c-.61.75-1.47,1.13-2.56,1.13s-1.89-.43-2.54-1.28c-.66-.85-.98-1.96-.98-3.34v-.12ZM159.62,236.51c0,1.02.21,1.81.63,2.39s1,.86,1.74.86c.97,0,1.68-.44,2.13-1.31v-4.13c-.46-.85-1.17-1.27-2.12-1.27-.75,0-1.34.29-1.76.87s-.63,1.44-.63,2.58Z" style="fill: #fff;"></path>
    <path d="M174.71,240.9v-7.79h-1.42v-1.19h1.42v-.92c0-.96.26-1.71.77-2.23s1.24-.79,2.18-.79c.35,0,.71.05,1.05.14l-.08,1.24c-.26-.05-.54-.07-.83-.07-.5,0-.88.15-1.15.44-.27.29-.41.71-.41,1.25v.95h1.92v1.19h-1.92v7.79h-1.54Z" style="fill: #fff;"></path>
    <path d="M185.05,233.3c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
    <path d="M186.74,236.33c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.69-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM188.28,236.51c0,1,.23,1.8.69,2.4s1.08.9,1.86.9,1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.98-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M199.13,231.92l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.89c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
    <path d="M157.79,261.3v-7.79h-1.42v-1.19h1.42v-.92c0-.96.26-1.71.77-2.23.51-.53,1.24-.79,2.18-.79.35,0,.71.05,1.05.14l-.08,1.24c-.26-.05-.54-.07-.83-.07-.5,0-.88.15-1.15.44-.27.29-.41.71-.41,1.25v.95h1.92v1.19h-1.92v7.79h-1.54Z" style="fill: #fff;"></path>
    <path d="M163.8,249.94c0-.25.08-.46.23-.63.15-.17.38-.26.68-.26s.53.09.68.26c.16.17.23.38.23.63s-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM165.46,261.3h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
    <path d="M170.43,261.3h-1.54v-12.75h1.54v12.75Z" style="fill: #fff;"></path>
    <path d="M177.46,261.47c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15.65.77.97,1.87.97,3.3v.64h-6.08c.02.88.28,1.6.78,2.15s1.12.82,1.89.82c.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.74-3.39,1.74ZM177.27,253.42c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
  </g>
  <g>
    <line x1="237.47" y1="77.67" x2="290.38" y2="77.67" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="289.06 82.16 296.84 77.67 289.06 73.18 289.06 82.16"></polygon>
  </g>
  <g>
    <line x1="237.47" y1="246.13" x2="290.38" y2="246.13" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="289.06 250.62 296.84 246.13 289.06 241.65 289.06 250.62"></polygon>
  </g>
  <g>
    <line x1="237.47" y1="414.6" x2="290.38" y2="414.6" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="289.06 419.08 296.84 414.6 289.06 410.11 289.06 419.08"></polygon>
  </g>
  <rect x="99.94" y="366.04" width="137.57" height="97.11" rx="4" ry="4" style="fill: #6280cc;"></rect>
  <rect x="296.84" y="29.12" width="87.79" height="434.03" rx="4" ry="4" style="fill: #6280cc;"></rect>
  <g>
    <path d="M131.86,404.47h-2.84v4.89h-1.6v-12.09h4c1.36,0,2.41.31,3.14.93.73.62,1.1,1.52,1.1,2.71,0,.75-.2,1.41-.61,1.97-.41.56-.97.98-1.7,1.25l2.84,5.13v.1h-1.71l-2.62-4.89ZM129.02,403.17h2.45c.79,0,1.42-.21,1.89-.62s.7-.96.7-1.65c0-.75-.22-1.32-.67-1.72s-1.09-.6-1.93-.61h-2.44v4.59Z" style="fill: #fff;"></path>
    <path d="M142.23,409.53c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15.65.77.97,1.87.97,3.3v.64h-6.08c.02.88.28,1.6.78,2.15s1.12.82,1.89.82c.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.74-3.39,1.74ZM142.04,401.48c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M153.91,409.36c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42-.37.28-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99.54-.24,1.14-.37,1.8-.37,1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.83.11,1.48.32,1.97v.13h-1.61ZM151.36,408.19c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13.32.27.73.41,1.24.41Z" style="fill: #fff;"></path>
    <path d="M158.09,404.8c0-1.38.33-2.49.98-3.32.65-.84,1.51-1.26,2.57-1.26s1.88.36,2.5,1.08v-4.68h1.54v12.75h-1.41l-.08-.96c-.61.75-1.47,1.13-2.56,1.13s-1.89-.43-2.54-1.28c-.66-.85-.98-1.96-.98-3.34v-.12ZM159.62,404.97c0,1.02.21,1.82.63,2.39.42.58,1,.86,1.74.86.97,0,1.68-.44,2.13-1.31v-4.12c-.46-.85-1.17-1.27-2.12-1.27-.75,0-1.34.29-1.76.87s-.63,1.44-.63,2.58Z" style="fill: #fff;"></path>
    <path d="M174.71,409.36v-7.79h-1.42v-1.19h1.42v-.92c0-.96.26-1.71.77-2.23.51-.53,1.24-.79,2.18-.79.35,0,.71.05,1.05.14l-.08,1.24c-.26-.05-.54-.07-.83-.07-.5,0-.88.15-1.15.44-.27.29-.41.71-.41,1.25v.95h1.92v1.19h-1.92v7.79h-1.54Z" style="fill: #fff;"></path>
    <path d="M185.05,401.76c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
    <path d="M186.74,404.79c0-.88.17-1.67.52-2.37.35-.7.83-1.25,1.44-1.63s1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.88-.17,1.66-.5,2.35s-.81,1.24-1.44,1.62c-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM188.28,404.97c0,1,.23,1.8.69,2.4.46.6,1.08.9,1.86.9s1.4-.31,1.86-.92.69-1.47.69-2.57c0-.98-.23-1.78-.7-2.39s-1.09-.92-1.86-.92-1.37.3-1.83.9c-.46.6-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M199.13,400.38l.04,1c.66-.78,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44s-.79-.48-1.48-.48c-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.89c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
    <path d="M121.36,424.88h-2.84v4.89h-1.6v-12.09h4c1.36,0,2.41.31,3.14.93.73.62,1.1,1.52,1.1,2.71,0,.75-.2,1.41-.61,1.97-.41.56-.97.98-1.7,1.25l2.84,5.13v.1h-1.71l-2.62-4.89ZM118.52,423.57h2.45c.79,0,1.42-.21,1.89-.62s.7-.96.7-1.65c0-.75-.22-1.32-.67-1.72-.45-.4-1.09-.6-1.93-.61h-2.44v4.59Z" style="fill: #fff;"></path>
    <path d="M135.94,418.98h-3.88v10.78h-1.59v-10.78h-3.88v-1.3h9.35v1.3Z" style="fill: #fff;"></path>
    <path d="M142.01,424.38c-1.37-.39-2.36-.88-2.98-1.45-.62-.57-.93-1.28-.93-2.12,0-.95.38-1.74,1.14-2.36.76-.62,1.75-.93,2.97-.93.83,0,1.57.16,2.22.48.65.32,1.15.76,1.51,1.33.36.56.54,1.18.54,1.85h-1.6c0-.73-.23-1.31-.7-1.73s-1.12-.63-1.97-.63c-.79,0-1.4.17-1.84.52-.44.35-.66.83-.66,1.44,0,.49.21.91.63,1.25s1.13.65,2.13.94c1,.28,1.79.59,2.36.93.57.34.99.74,1.26,1.19.27.45.41.99.41,1.6,0,.98-.38,1.76-1.15,2.35-.76.59-1.79.88-3.06.88-.83,0-1.61-.16-2.32-.48-.72-.32-1.27-.75-1.67-1.31-.39-.55-.58-1.18-.58-1.88h1.6c0,.73.27,1.31.81,1.73.54.42,1.26.64,2.16.64.84,0,1.49-.17,1.93-.51.45-.34.67-.81.67-1.4s-.21-1.05-.62-1.37c-.42-.32-1.17-.64-2.26-.96Z" style="fill: #fff;"></path>
    <path d="M150.97,425.03v4.73h-1.59v-12.09h4.46c1.32,0,2.36.34,3.11,1.01.75.68,1.12,1.57,1.12,2.68,0,1.17-.37,2.08-1.1,2.71s-1.78.95-3.15.95h-2.85ZM150.97,423.73h2.86c.85,0,1.5-.2,1.96-.6.45-.4.68-.98.68-1.74,0-.72-.23-1.3-.68-1.73-.45-.43-1.08-.66-1.87-.67h-2.96v4.75Z" style="fill: #fff;"></path>
    <path d="M171,427.38c0-.42-.16-.74-.47-.97-.31-.23-.86-.43-1.64-.59s-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83-.22-.32-.33-.7-.33-1.15,0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79.63.53.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37c-.32.24-.47.56-.47.96,0,.37.15.65.44.84.29.19.82.37,1.59.54.77.17,1.39.38,1.86.61.48.24.83.52,1.06.86.23.33.34.74.34,1.22,0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38-.55-.25-.99-.61-1.3-1.07-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22.38.3.89.45,1.52.45.58,0,1.05-.12,1.4-.35.35-.23.53-.55.53-.94Z" style="fill: #fff;"></path>
    <path d="M177.47,418.61v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M186.13,422.16c-.23-.04-.48-.06-.76-.06-1.01,0-1.69.43-2.05,1.29v6.38h-1.54v-8.98h1.49l.03,1.04c.5-.8,1.22-1.2,2.14-1.2.3,0,.53.04.68.12v1.43Z" style="fill: #fff;"></path>
    <path d="M191.96,429.93c-1.22,0-2.21-.4-2.97-1.2s-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64s1.27-.59,1.99-.59c1.17,0,2.08.38,2.72,1.15.65.77.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM191.77,421.88c-.62,0-1.14.23-1.56.68s-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81s-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M203.64,429.76c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75s-.85-1.14-.85-1.91c0-.93.36-1.66,1.07-2.18s1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42-.37.28-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3s.75-.75,1.29-.99c.54-.24,1.14-.37,1.8-.37,1.04,0,1.85.26,2.43.78s.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM201.09,428.59c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13.32.27.73.41,1.24.41Z" style="fill: #fff;"></path>
    <path d="M209.63,420.78l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.88c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
  </g>
  <g>
    <path d="M327.28,246.62c-1.37-.39-2.36-.88-2.98-1.45-.62-.57-.93-1.28-.93-2.12,0-.95.38-1.74,1.14-2.36.76-.62,1.75-.93,2.97-.93.83,0,1.57.16,2.22.48s1.15.76,1.51,1.33c.36.56.54,1.18.54,1.85h-1.6c0-.73-.23-1.31-.7-1.73-.46-.42-1.12-.63-1.97-.63-.79,0-1.4.17-1.84.52-.44.35-.66.83-.66,1.44,0,.49.21.91.63,1.25.42.34,1.13.65,2.13.94,1,.28,1.79.59,2.36.94.57.34.99.74,1.26,1.19.27.45.41.99.41,1.6,0,.98-.38,1.76-1.15,2.35-.76.59-1.79.88-3.06.88-.83,0-1.61-.16-2.32-.48-.72-.32-1.27-.75-1.67-1.31-.39-.55-.58-1.18-.58-1.88h1.6c0,.73.27,1.31.81,1.73.54.42,1.26.63,2.16.63.84,0,1.49-.17,1.93-.51.45-.34.67-.81.67-1.4s-.21-1.05-.62-1.37c-.42-.32-1.17-.64-2.26-.96Z" style="fill: #fff;"></path>
    <path d="M342,247.62c0,1.37-.31,2.47-.94,3.3-.62.84-1.47,1.25-2.54,1.25s-1.95-.35-2.57-1.04v4.33h-1.54v-12.43h1.4l.08,1c.62-.77,1.49-1.16,2.61-1.16s1.93.41,2.56,1.22.94,1.95.94,3.4v.14ZM340.46,247.45c0-1.01-.21-1.81-.65-2.4s-1.02-.88-1.78-.88c-.93,0-1.63.41-2.09,1.24v4.29c.46.82,1.16,1.23,2.11,1.23.74,0,1.32-.29,1.75-.88.43-.58.65-1.45.65-2.6Z" style="fill: #fff;"></path>
    <path d="M346.47,252.01h-1.54v-12.75h1.54v12.75Z" style="fill: #fff;"></path>
    <path d="M349.78,240.65c0-.25.08-.46.23-.63s.38-.26.68-.26.53.09.68.26.23.38.23.63-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM351.44,252.01h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
    <path d="M356.84,240.85v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
  </g>
  <rect x="436.62" y="29.12" width="197.81" height="54.44" rx="6" ry="6" style="fill: #6280cc;"></rect>
  <g>
    <line x1="384.62" y1="56.42" x2="430.48" y2="56.42" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="429.16 60.91 436.94 56.42 429.16 51.94 429.16 60.91"></polygon>
  </g>
  <g>
    <line x1="634.43" y1="56.42" x2="670.95" y2="56.42" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="669.64 60.91 677.41 56.42 669.64 51.94 669.64 60.91"></polygon>
  </g>
  <g>
    <path d="M477.98,55.07c0,1.18-.2,2.22-.6,3.1-.4.88-.96,1.56-1.69,2.02s-1.58.7-2.56.7-1.79-.23-2.53-.7c-.74-.47-1.31-1.13-1.71-2-.41-.87-.62-1.87-.63-3.01v-.87c0-1.16.2-2.19.61-3.08.4-.89.97-1.57,1.71-2.05.74-.47,1.58-.71,2.54-.71s1.82.23,2.56.7c.74.47,1.31,1.15,1.71,2.03.4.89.6,1.92.6,3.1v.76ZM476.39,54.29c0-1.43-.29-2.53-.86-3.3-.58-.77-1.38-1.15-2.42-1.15s-1.8.38-2.38,1.15c-.58.77-.88,1.83-.89,3.19v.89c0,1.39.29,2.48.88,3.27.58.79,1.39,1.19,2.41,1.19s1.83-.38,2.39-1.12c.56-.75.86-1.83.87-3.23v-.9Z" style="fill: #fff;"></path>
    <path d="M488.58,56.33c0,1.37-.32,2.48-.95,3.31-.63.83-1.48,1.25-2.54,1.25-1.13,0-2.01-.4-2.63-1.2l-.08,1.04h-1.41v-12.75h1.54v4.76c.62-.77,1.48-1.15,2.57-1.15s1.95.41,2.57,1.24c.62.82.93,1.95.93,3.39v.13ZM487.04,56.16c0-1.05-.2-1.85-.61-2.42s-.99-.85-1.74-.85c-1.01,0-1.74.47-2.18,1.41v3.88c.47.94,1.2,1.41,2.2,1.41.74,0,1.31-.29,1.72-.85.41-.57.62-1.43.62-2.57Z" style="fill: #fff;"></path>
    <path d="M492.95,51.74v10.02c0,1.73-.78,2.59-2.35,2.59-.34,0-.65-.05-.94-.15v-1.22c.18.04.41.07.7.07.34,0,.6-.09.78-.28s.27-.51.27-.97v-10.06h1.54ZM491.26,49.36c0-.24.08-.45.23-.63.15-.17.38-.26.67-.26s.53.09.68.26c.16.17.23.38.23.63s-.08.46-.23.62c-.15.17-.38.25-.68.25s-.52-.08-.67-.25-.22-.37-.22-.62Z" style="fill: #fff;"></path>
    <path d="M500,60.89c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM499.81,52.84c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M509.73,59.63c.55,0,1.03-.17,1.44-.5.41-.33.64-.75.68-1.25h1.45c-.03.51-.21,1-.53,1.47s-.76.84-1.31,1.11-1.12.42-1.73.42c-1.22,0-2.2-.41-2.92-1.22-.72-.82-1.08-1.93-1.08-3.35v-.26c0-.87.16-1.65.48-2.33s.78-1.21,1.38-1.59,1.31-.56,2.13-.56c1.01,0,1.84.3,2.51.9s1.02,1.39,1.07,2.35h-1.45c-.04-.58-.26-1.06-.66-1.43-.4-.37-.88-.56-1.47-.56-.78,0-1.38.28-1.81.84-.43.56-.64,1.37-.64,2.44v.29c0,1.03.21,1.83.64,2.39s1.04.84,1.83.84Z" style="fill: #fff;"></path>
    <path d="M517.96,49.57v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81s.4.27.76.27c.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M526.97,56.16c0-1.38.33-2.49.98-3.32.65-.84,1.51-1.26,2.57-1.26s1.88.36,2.5,1.08v-4.68h1.54v12.75h-1.41l-.08-.96c-.61.75-1.47,1.13-2.56,1.13s-1.89-.43-2.54-1.28c-.66-.85-.98-1.96-.98-3.34v-.12ZM528.5,56.33c0,1.02.21,1.81.63,2.39s1,.86,1.74.86c.97,0,1.68-.44,2.13-1.31v-4.13c-.46-.85-1.17-1.27-2.12-1.27-.75,0-1.34.29-1.76.87s-.63,1.44-.63,2.58Z" style="fill: #fff;"></path>
    <path d="M541.5,60.89c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM541.31,52.84c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M549.72,49.57v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81s.4.27.76.27c.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M557.76,60.89c-1.22,0-2.21-.4-2.97-1.2-.76-.8-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64.61-.4,1.27-.59,1.99-.59,1.17,0,2.08.38,2.72,1.15s.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM557.57,52.84c-.62,0-1.14.23-1.56.68-.42.45-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81-.38-.43-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M567.49,59.63c.55,0,1.03-.17,1.44-.5.41-.33.64-.75.68-1.25h1.45c-.03.51-.21,1-.53,1.47s-.76.84-1.31,1.11-1.12.42-1.73.42c-1.22,0-2.2-.41-2.92-1.22-.72-.82-1.08-1.93-1.08-3.35v-.26c0-.87.16-1.65.48-2.33s.78-1.21,1.38-1.59,1.31-.56,2.13-.56c1.01,0,1.84.3,2.51.9s1.02,1.39,1.07,2.35h-1.45c-.04-.58-.26-1.06-.66-1.43-.4-.37-.88-.56-1.47-.56-.78,0-1.38.28-1.81.84-.43.56-.64,1.37-.64,2.44v.29c0,1.03.21,1.83.64,2.39s1.04.84,1.83.84Z" style="fill: #fff;"></path>
    <path d="M575.72,49.57v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81s.4.27.76.27c.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M580.05,49.36c0-.25.08-.46.23-.63s.38-.26.68-.26.53.09.68.26.23.38.23.63-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM581.71,60.72h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
    <path d="M584.61,56.15c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.69-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM586.16,56.33c0,1,.23,1.8.69,2.4s1.08.9,1.86.9,1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.98-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M597.02,51.74l.05,1.13c.69-.86,1.58-1.29,2.69-1.29,1.9,0,2.86,1.07,2.87,3.21v5.94h-1.54v-5.94c0-.65-.15-1.13-.44-1.44-.29-.31-.74-.46-1.36-.46-.5,0-.93.13-1.31.4-.38.27-.67.61-.88,1.05v6.4h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
  </g>
  <g>
    <line x1="384.62" y1="182.95" x2="430.48" y2="182.95" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="429.16 187.44 436.94 182.95 429.16 178.47 429.16 187.44"></polygon>
  </g>
  <rect x="436.62" y="155.65" width="197.81" height="54.44" rx="6" ry="6" style="fill: #6280cc;"></rect>
  <g>
    <line x1="634.43" y1="182.95" x2="670.95" y2="182.95" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="669.64 187.44 677.41 182.95 669.64 178.47 669.64 187.44"></polygon>
  </g>
  <g>
    <line x1="796.52" y1="246.13" x2="903.26" y2="246.13" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="901.95 250.62 909.72 246.13 901.95 241.65 901.95 250.62"></polygon>
  </g>
  <g>
    <path d="M488.79,184c-.15,1.28-.62,2.26-1.42,2.96-.79.69-1.85,1.04-3.17,1.04-1.43,0-2.57-.51-3.43-1.54s-1.29-2.39-1.29-4.11v-1.16c0-1.12.2-2.11.6-2.96s.97-1.51,1.71-1.96c.74-.46,1.59-.68,2.56-.68,1.28,0,2.31.36,3.09,1.08.78.72,1.23,1.71,1.35,2.98h-1.6c-.14-.97-.44-1.67-.9-2.1s-1.11-.65-1.94-.65c-1.02,0-1.82.38-2.39,1.13s-.87,1.82-.87,3.21v1.17c0,1.31.27,2.36.82,3.13.55.78,1.31,1.16,2.3,1.16.89,0,1.56-.2,2.04-.6.47-.4.79-1.1.94-2.1h1.6Z" style="fill: #fff;"></path>
    <path d="M493.24,187.84h-1.54v-12.75h1.54v12.75Z" style="fill: #fff;"></path>
    <path d="M502.09,187.84c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM499.54,186.67c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
    <path d="M511.87,185.45c0-.42-.16-.74-.47-.97-.31-.23-.86-.43-1.64-.59s-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83s-.33-.7-.33-1.15c0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79s.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37-.47.56-.47.95c0,.37.15.65.44.84s.82.37,1.59.54,1.39.38,1.86.61.83.52,1.06.86c.23.33.34.74.34,1.22,0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38s-.99-.61-1.3-1.07c-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22.38.3.89.45,1.52.45.58,0,1.05-.12,1.4-.35.35-.23.53-.55.53-.94Z" style="fill: #fff;"></path>
    <path d="M521.49,185.45c0-.42-.16-.74-.47-.97-.31-.23-.86-.43-1.64-.59s-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83s-.33-.7-.33-1.15c0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79s.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37-.47.56-.47.95c0,.37.15.65.44.84s.82.37,1.59.54,1.39.38,1.86.61.83.52,1.06.86c.23.33.34.74.34,1.22,0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38s-.99-.61-1.3-1.07c-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22.38.3.89.45,1.52.45.58,0,1.05-.12,1.4-.35.35-.23.53-.55.53-.94Z" style="fill: #fff;"></path>
    <path d="M525.88,176.47c0-.25.08-.46.23-.63s.38-.26.68-.26.53.09.68.26.23.38.23.63-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM527.54,187.84h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
    <path d="M531.61,187.84v-7.79h-1.42v-1.19h1.42v-.92c0-.96.26-1.71.77-2.23s1.24-.79,2.18-.79c.35,0,.71.05,1.05.14l-.08,1.24c-.26-.05-.54-.07-.83-.07-.5,0-.88.15-1.15.44-.27.29-.41.71-.41,1.25v.95h1.92v1.19h-1.92v7.79h-1.54Z" style="fill: #fff;"></path>
    <path d="M537.61,176.47c0-.25.08-.46.23-.63s.38-.26.68-.26.53.09.68.26.23.38.23.63-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM539.27,187.84h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
    <path d="M546.18,186.75c.55,0,1.03-.17,1.44-.5.41-.33.64-.75.68-1.25h1.45c-.03.51-.21,1-.53,1.47s-.76.84-1.31,1.11-1.12.42-1.73.42c-1.22,0-2.2-.41-2.92-1.22-.72-.82-1.08-1.93-1.08-3.35v-.26c0-.87.16-1.65.48-2.33s.78-1.21,1.38-1.59,1.31-.56,2.13-.56c1.01,0,1.84.3,2.51.9s1.02,1.39,1.07,2.35h-1.45c-.04-.58-.26-1.06-.66-1.43-.4-.37-.88-.56-1.47-.56-.78,0-1.38.28-1.81.84-.43.56-.64,1.37-.64,2.44v.29c0,1.03.21,1.83.64,2.39s1.04.84,1.83.84Z" style="fill: #fff;"></path>
    <path d="M557.87,187.84c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75-.57-.5-.85-1.14-.85-1.91,0-.94.36-1.66,1.07-2.18.71-.52,1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42s-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3.32-.42.75-.75,1.29-.99s1.14-.37,1.8-.37c1.04,0,1.85.26,2.43.78.59.52.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM555.32,186.67c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13s.73.41,1.24.41Z" style="fill: #fff;"></path>
    <path d="M564.51,176.68v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81s.4.27.76.27c.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M568.83,176.47c0-.25.08-.46.23-.63s.38-.26.68-.26.53.09.68.26.23.38.23.63-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM570.49,187.84h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
    <path d="M573.39,183.26c0-.88.17-1.67.52-2.37s.83-1.25,1.44-1.63,1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.69-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM574.94,183.45c0,1,.23,1.8.69,2.4s1.08.9,1.86.9,1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.98-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.9-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M585.8,178.86l.05,1.13c.69-.86,1.58-1.29,2.69-1.29,1.9,0,2.86,1.07,2.87,3.21v5.94h-1.54v-5.94c0-.65-.15-1.13-.44-1.44-.29-.31-.74-.46-1.36-.46-.5,0-.93.13-1.31.4-.38.27-.67.61-.88,1.05v6.4h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
  </g>
  <g>
    <line x1="384.62" y1="309.48" x2="430.48" y2="309.48" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="429.16 313.97 436.94 309.48 429.16 305 429.16 313.97"></polygon>
  </g>
  <rect x="436.62" y="282.18" width="197.81" height="54.44" rx="6" ry="6" style="fill: #6280cc;"></rect>
  <g>
    <line x1="634.43" y1="309.48" x2="670.95" y2="309.48" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="669.64 313.97 677.41 309.48 669.64 305 669.64 313.97"></polygon>
  </g>
  <g>
    <path d="M472.98,309.05v4.73h-1.59v-12.09h4.46c1.32,0,2.36.34,3.11,1.01.75.68,1.12,1.57,1.12,2.68,0,1.17-.37,2.08-1.1,2.71s-1.78.95-3.15.95h-2.85ZM472.98,307.75h2.86c.85,0,1.5-.2,1.96-.6.45-.4.68-.98.68-1.74,0-.72-.23-1.3-.68-1.73-.45-.43-1.08-.66-1.87-.67h-2.96v4.75Z" style="fill: #fff;"></path>
    <path d="M482.2,309.21c0-.88.17-1.67.52-2.37.35-.7.83-1.25,1.44-1.63s1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.7-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM483.75,309.39c0,1,.23,1.8.69,2.4.46.6,1.08.91,1.86.91s1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.99-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.91c-.46.6-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M498.39,311.4c0-.42-.16-.74-.47-.97-.31-.23-.86-.43-1.64-.59s-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83-.22-.32-.33-.7-.33-1.15,0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79.63.53.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37c-.32.24-.47.56-.47.96,0,.37.15.65.44.84.29.19.82.37,1.59.54.77.17,1.39.38,1.86.61.48.24.83.52,1.06.86.23.33.34.74.34,1.22,0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38-.55-.25-.99-.61-1.3-1.07-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22.38.3.89.45,1.52.45.58,0,1.05-.12,1.4-.35.35-.23.53-.55.53-.94Z" style="fill: #fff;"></path>
    <path d="M504.86,302.63v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M517.96,313.95c-1.22,0-2.21-.4-2.97-1.2s-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64s1.27-.59,1.99-.59c1.17,0,2.08.38,2.72,1.15.65.77.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM517.77,305.9c-.62,0-1.14.23-1.56.68s-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81s-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M529.32,311.4c0-.42-.16-.74-.47-.97-.31-.23-.86-.43-1.64-.59s-1.39-.37-1.85-.6c-.46-.23-.79-.51-1.01-.83-.22-.32-.33-.7-.33-1.15,0-.74.31-1.36.93-1.87.62-.51,1.42-.76,2.39-.76,1.02,0,1.84.26,2.48.79.63.53.95,1.2.95,2.02h-1.54c0-.42-.18-.78-.54-1.09-.36-.3-.81-.46-1.35-.46s-1,.12-1.31.37c-.32.24-.47.56-.47.96,0,.37.15.65.44.84.29.19.82.37,1.59.54.77.17,1.39.38,1.86.61.48.24.83.52,1.06.86.23.33.34.74.34,1.22,0,.8-.32,1.45-.96,1.93-.64.48-1.48.73-2.5.73-.72,0-1.36-.13-1.91-.38-.55-.25-.99-.61-1.3-1.07-.31-.46-.47-.95-.47-1.48h1.54c.03.51.23.92.62,1.22.38.3.89.45,1.52.45.58,0,1.05-.12,1.4-.35.35-.23.53-.55.53-.94Z" style="fill: #fff;"></path>
    <path d="M535.79,302.63v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M540.12,302.42c0-.25.08-.46.23-.63.15-.17.38-.26.68-.26s.53.09.68.26c.16.17.23.38.23.63s-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM541.78,313.78h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
    <path d="M546.53,304.8l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.88c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
    <path d="M566.38,313.78c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75s-.85-1.14-.85-1.91c0-.93.36-1.66,1.07-2.18s1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42-.37.28-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3s.75-.75,1.29-.99c.54-.24,1.14-.37,1.8-.37,1.04,0,1.85.26,2.43.78s.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM563.83,312.61c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13.32.27.73.41,1.24.41Z" style="fill: #fff;"></path>
    <path d="M573.02,302.63v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M577.34,302.42c0-.25.08-.46.23-.63.15-.17.38-.26.68-.26s.53.09.68.26c.16.17.23.38.23.63s-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM579,313.78h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
    <path d="M581.9,309.21c0-.88.17-1.67.52-2.37.35-.7.83-1.25,1.44-1.63s1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.7-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM583.45,309.39c0,1,.23,1.8.69,2.4.46.6,1.08.91,1.86.91s1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.99-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.91c-.46.6-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M594.31,304.8l.05,1.13c.69-.86,1.58-1.29,2.69-1.29,1.9,0,2.86,1.07,2.87,3.21v5.93h-1.54v-5.94c0-.65-.15-1.13-.44-1.44-.29-.31-.74-.46-1.36-.46-.5,0-.93.13-1.31.4-.38.27-.67.61-.88,1.05v6.4h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
  </g>
  <g>
    <line x1="384.78" y1="436.02" x2="430.48" y2="436.02" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="429.16 440.5 436.94 436.02 429.16 431.53 429.16 440.5"></polygon>
  </g>
  <rect x="436.62" y="408.71" width="197.81" height="54.44" rx="6" ry="6" style="fill: #6280cc;"></rect>
  <g>
    <line x1="634.43" y1="436.02" x2="670.95" y2="436.02" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="669.64 440.5 677.41 436.02 669.64 431.53 669.64 440.5"></polygon>
  </g>
  <g>
    <path d="M483.08,434.93c-1.37-.39-2.36-.88-2.98-1.45-.62-.57-.93-1.28-.93-2.12,0-.95.38-1.74,1.14-2.36.76-.62,1.75-.93,2.97-.93.83,0,1.57.16,2.22.48.65.32,1.15.76,1.51,1.33.36.56.54,1.18.54,1.85h-1.6c0-.73-.23-1.31-.7-1.73s-1.12-.63-1.97-.63c-.79,0-1.4.17-1.84.52-.44.35-.66.83-.66,1.44,0,.49.21.91.63,1.25s1.13.65,2.13.94c1,.28,1.79.59,2.36.93.57.34.99.74,1.26,1.19.27.45.41.99.41,1.6,0,.98-.38,1.76-1.15,2.35-.76.59-1.79.88-3.06.88-.83,0-1.61-.16-2.32-.48-.72-.32-1.27-.75-1.67-1.31-.39-.55-.58-1.18-.58-1.88h1.6c0,.73.27,1.31.81,1.73.54.42,1.26.64,2.16.64.84,0,1.49-.17,1.93-.51.45-.34.67-.81.67-1.4s-.21-1.05-.62-1.37c-.42-.32-1.17-.64-2.26-.96Z" style="fill: #fff;"></path>
    <path d="M493.94,440.48c-1.22,0-2.21-.4-2.97-1.2s-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64s1.27-.59,1.99-.59c1.17,0,2.08.38,2.72,1.15.65.77.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM493.75,432.43c-.62,0-1.14.23-1.56.68s-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81s-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M499.71,435.75c0-1.4.32-2.51.97-3.34.65-.83,1.51-1.24,2.57-1.24s1.95.39,2.56,1.16l.07-1h1.4v8.77c0,1.16-.34,2.08-1.03,2.75-.69.67-1.61,1-2.78,1-.65,0-1.28-.14-1.9-.42-.62-.28-1.09-.66-1.42-1.14l.8-.92c.66.81,1.46,1.22,2.42,1.22.75,0,1.33-.21,1.75-.63.42-.42.63-1.01.63-1.78v-.77c-.61.71-1.45,1.06-2.52,1.06s-1.9-.42-2.55-1.27-.98-2-.98-3.46ZM501.25,435.92c0,1.01.21,1.81.62,2.39.42.58,1,.87,1.74.87.97,0,1.68-.44,2.13-1.32v-4.1c-.47-.86-1.18-1.29-2.12-1.29-.75,0-1.33.29-1.75.87s-.63,1.44-.63,2.58Z" style="fill: #fff;"></path>
    <path d="M511.9,431.33l.04,1c.66-.77,1.55-1.16,2.66-1.16,1.26,0,2.11.48,2.56,1.44.3-.43.69-.78,1.17-1.05s1.04-.4,1.7-.4c1.97,0,2.97,1.04,3,3.13v6.02h-1.54v-5.93c0-.64-.15-1.12-.44-1.44-.29-.32-.79-.48-1.48-.48-.57,0-1.04.17-1.42.51-.38.34-.59.8-.66,1.37v5.96h-1.54v-5.88c0-1.31-.64-1.96-1.92-1.96-1.01,0-1.7.43-2.07,1.29v6.56h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
    <path d="M529.94,440.48c-1.22,0-2.21-.4-2.97-1.2s-1.15-1.87-1.15-3.21v-.28c0-.89.17-1.69.51-2.39.34-.7.82-1.25,1.43-1.64s1.27-.59,1.99-.59c1.17,0,2.08.38,2.72,1.15.65.77.97,1.87.97,3.3v.64h-6.08c.02.89.28,1.6.78,2.15.5.55,1.12.82,1.89.82.54,0,1-.11,1.38-.33.38-.22.71-.51.99-.88l.94.73c-.75,1.16-1.88,1.73-3.39,1.73ZM529.75,432.43c-.62,0-1.14.23-1.56.68s-.68,1.08-.78,1.9h4.5v-.12c-.04-.78-.25-1.38-.63-1.81s-.89-.64-1.53-.64Z" style="fill: #fff;"></path>
    <path d="M537.52,431.33l.05,1.13c.69-.86,1.58-1.29,2.69-1.29,1.9,0,2.86,1.07,2.87,3.21v5.93h-1.54v-5.94c0-.65-.15-1.13-.44-1.44-.29-.31-.74-.46-1.36-.46-.5,0-.93.13-1.31.4-.38.27-.67.61-.88,1.05v6.4h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
    <path d="M548.38,429.16v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M558.24,440.31c-.09-.18-.16-.49-.22-.95-.71.74-1.57,1.11-2.56,1.11-.89,0-1.61-.25-2.18-.75s-.85-1.14-.85-1.91c0-.93.36-1.66,1.07-2.18s1.71-.78,3-.78h1.49v-.71c0-.54-.16-.96-.48-1.28-.32-.32-.79-.48-1.42-.48-.55,0-1.01.14-1.38.42-.37.28-.56.61-.56,1h-1.54c0-.45.16-.88.48-1.3s.75-.75,1.29-.99c.54-.24,1.14-.37,1.8-.37,1.04,0,1.85.26,2.43.78s.89,1.23.91,2.14v4.13c0,.82.11,1.48.32,1.97v.13h-1.61ZM555.7,439.14c.48,0,.94-.12,1.37-.37s.74-.57.94-.97v-1.84h-1.2c-1.88,0-2.82.55-2.82,1.65,0,.48.16.86.48,1.13.32.27.73.41,1.24.41Z" style="fill: #fff;"></path>
    <path d="M564.88,429.16v2.17h1.68v1.19h-1.68v5.58c0,.36.07.63.22.81.15.18.4.27.76.27.18,0,.42-.03.73-.1v1.24c-.4.11-.8.17-1.18.17-.69,0-1.2-.21-1.55-.62-.35-.42-.52-1-.52-1.77v-5.57h-1.64v-1.19h1.64v-2.17h1.54Z" style="fill: #fff;"></path>
    <path d="M569.21,428.95c0-.25.08-.46.23-.63.15-.17.38-.26.68-.26s.53.09.68.26c.16.17.23.38.23.63s-.08.46-.23.62-.38.25-.68.25-.52-.08-.68-.25-.23-.37-.23-.62ZM570.87,440.31h-1.54v-8.98h1.54v8.98Z" style="fill: #fff;"></path>
    <path d="M573.77,435.74c0-.88.17-1.67.52-2.37.35-.7.83-1.25,1.44-1.63s1.32-.57,2.11-.57c1.22,0,2.21.42,2.97,1.27.75.85,1.13,1.97,1.13,3.38v.11c0,.87-.17,1.66-.5,2.35-.33.7-.81,1.24-1.44,1.62-.62.39-1.34.58-2.15.58-1.22,0-2.2-.42-2.96-1.27-.76-.85-1.13-1.97-1.13-3.36v-.11ZM575.31,435.92c0,1,.23,1.8.69,2.4.46.6,1.08.91,1.86.91s1.4-.31,1.86-.92c.46-.61.69-1.47.69-2.57,0-.99-.23-1.78-.7-2.4-.47-.61-1.09-.92-1.86-.92s-1.37.3-1.83.91c-.46.6-.7,1.47-.7,2.59Z" style="fill: #fff;"></path>
    <path d="M586.17,431.33l.05,1.13c.69-.86,1.58-1.29,2.69-1.29,1.9,0,2.86,1.07,2.87,3.21v5.93h-1.54v-5.94c0-.65-.15-1.13-.44-1.44-.29-.31-.74-.46-1.36-.46-.5,0-.93.13-1.31.4-.38.27-.67.61-.88,1.05v6.4h-1.54v-8.98h1.45Z" style="fill: #fff;"></path>
  </g>
  <rect x="914.41" y="222.97" width="51.48" height="36.04" rx="4" ry="4" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;"></rect>
  <line x1="929.85" y1="269.3" x2="950.45" y2="269.3" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;"></line>
  <line x1="940.15" y1="259" x2="940.15" y2="269.3" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5px;"></line>
  <g>
    <line x1="94.2" y1="77.67" x2="76.27" y2="77.67" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="93.03 73.68 99.94 77.67 93.03 81.66 93.03 73.68"></polygon>
  </g>
  <g>
    <line x1="94.34" y1="248.41" x2="72.33" y2="248.41" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="93.17 244.42 100.08 248.41 93.17 252.4 93.17 244.42"></polygon>
  </g>
  <g>
    <line x1="94.34" y1="415.11" x2="74.01" y2="415.11" style="fill: none; stroke: #000; stroke-miterlimit: 10;"></line>
    <polygon points="93.17 411.12 100.08 415.11 93.17 419.1 93.17 411.12"></polygon>
  </g>
  <g>
    <path d="M61.19,225.81h-20.25c-2.49,0-4.5,2.01-4.5,4.5v36c0,2.49,2.01,4.5,4.5,4.5h27c2.49,0,4.5-2.01,4.5-4.5v-29.25l-11.25-11.25Z" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
    <path d="M58.94,225.81v9c0,2.49,2.01,4.5,4.5,4.5h9" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
    <path d="M49.94,246.06l11.25,6.75-11.25,6.75v-13.5Z" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
  </g>
  <g>
    <path d="M62.77,60.72h-9l-4.5,5.4h-5.4c-1.99,0-3.6,1.61-3.6,3.6v16.2c0,1.99,1.61,3.6,3.6,3.6h28.8c1.99,0,3.6-1.61,3.6-3.6v-16.2c0-1.99-1.61-3.6-3.6-3.6h-5.4l-4.5-5.4Z" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
    <circle cx="58.27" cy="75.12" r="5.4" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></circle>
  </g>
  <g>
    <path d="M53.21,411.64c0-.75.61-1.35,1.35-1.35.25,0,.49.07.7.2l6.6,4.05c.64.39.83,1.22.44,1.86-.11.18-.26.33-.44.44l-6.6,4.05c-.64.39-1.47.19-1.86-.45-.13-.21-.2-.46-.2-.71v-8.1Z" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
    <path d="M47.81,435.49h18" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></path>
    <rect x="38.81" y="403.09" width="36" height="25.2" rx="2" ry="2" style="fill: none; stroke: #000; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px;"></rect>
  </g>
</svg>

**Figure: Parallel inference application workflow**

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 0 640 400" width="640" height="400" style="cursor:auto !important" aria-label="">
    <defs>
      <style>@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&amp;display=swap");
.svg-9 .bg-fill { fill: var(--color-background) }
.svg-9 .fill-text { color: var(--color-content); fill: var(--color-content) }
.svg-9 .video-hoverbox { transition: opacity 0.15s ease-in-out }
.svg-9 .video-hoverbox:hover { opacity: 0.9 }
 { fill: #000000; stroke: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-9 .st2 { fill: #ffffff; font-family: Arial; font-size: 1.00001em }
.svg-9 .st3 { fill: #ffffff; stroke: none; stroke-linecap: butt; stroke-width: 6.375 }
.svg-9 .st4 { fill: none; stroke: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-9 .st5 { fill: none; fill-rule: evenodd; font-size: 12px; overflow: visible; stroke-linecap: square; stroke-miterlimit: 3 }</style>
  </defs>

  <foreignobject x="0" y="0" width="640" height="400">
    <body xmlns="http://www.w3.org/1999/xhtml">
        <iframe width="640" height="400" src="https://players.brightcove.net/1414329538001/BJv5wEFt_default/index.html?videoId=6355769124112" allowfullscreen="" allow="encrypted-media"></iframe>
    <div class='topic-detail'><div class='topic-updated-date'><span> Last Published: </span>Mar 30, 2026</div><div class='prev-and-next-links'><span class='previous-topic-link'><span aria-hidden='true' class='disabled' data-tip='' data-effect='solid'></span></span></div></div></body>
    </foreignobject>

</svg>

**Video: Parallel inferencing application**

**Example usage**

You must obtain the required model and label files on the device before running the sample application. For details, see Download AI models and labels.

1. Begin a new SSH session and start the HDMI display monitor if you haven’t already:

ssh root@<ip-addr of the target device>
        Copy to clipboard
2. To view the sample application on the HDMI display, run the following export command from the SSH terminal:

export XDG_RUNTIME_DIR=/dev/socket/weston && export WAYLAND_DISPLAY=wayland-1
        Copy to clipboard
3. Edit the `/etc/configs/config-parallel-inference.json` file on your device.

{
         "file-path": "/etc/media/video.mp4",
         "detection-model": "/etc/models/yolox_quantized.tflite",
         "detection-labels": "/etc/labels/yolox.json",
         "pose-model": "/etc/models/hrnet_pose_quantized.tflite",
         "pose-labels": "/etc/labels/hrnet_pose.json",
         "segmentation-model": "/etc/models/deeplabv3_plus_mobilenet_quantized.tflite",
         "segmentation-labels": "/etc/labels/deeplabv3_resnet50.json",
         "classification-model": "/etc/models/inception_v3_quantized.tflite",
         "classification-labels": "/etc/labels/classification.json"
        }
        Copy to clipboard

    For more information about the fields in the **config-parallel-inference.json** file, see Config JSON field description.
4. To start the application, run the following command:

gst-ai-parallel-inference
        Copy to clipboard

    - To stop the use case, select <kbd class="kbd docutils literal notranslate">Ctrl</kbd> + <kbd class="kbd docutils literal notranslate">C</kbd>.
    - To display the available help options, run the following command:

gst-ai-parallel-inference -h
            Copy to clipboard
    - The `GST_DEBUG` environment variable controls the GStreamer debug output. Set the required level to allow logging. For example, to log all warnings, run the following command:

> 
> 
> export GST_DEBUG=2
>         Copy to clipboard

**Config JSON field description**

The following table describes the fields in **config-parallel-inference.json** file that configure the input source for the sample application:

| **Field** | **Values/Description** |
| --- | --- |
| **Input source** | Use one of the following input source:<br><ul class="simple"><br><li><p><code class="docutils literal notranslate"><span class="pre">camera</span></code>: Primary camera (0) or secondary camera (1)</p></li><br><li><p><code class="docutils literal notranslate"><span class="pre">file-path</span></code>: Directory path to the video file</p></li><br><li><p><code class="docutils literal notranslate"><span class="pre">rtsp-ip-port</span></code>: Address of the RTSP stream in the <code class="docutils literal notranslate"><span class="pre">rtsp://&lt;ip&gt;:&lt;port&gt;/&lt;stream&gt;</span></code> format</p></li><br></ul> |
| **Models and labels** | <ul class="simple"><br><li><p><code class="docutils literal notranslate"><span class="pre">detection-model</span></code>: Path to the detection model</p></li><br><li><p><code class="docutils literal notranslate"><span class="pre">detection-labels</span></code>: Path to the detection label</p></li><br><li><p><code class="docutils literal notranslate"><span class="pre">pose-model</span></code>: Path to the pose model</p></li><br><li><p><code class="docutils literal notranslate"><span class="pre">pose-labels</span></code>: Path to the pose labels</p></li><br><li><p><code class="docutils literal notranslate"><span class="pre">segmentation-model</span></code>: Path to the segmentation model</p></li><br><li><p><code class="docutils literal notranslate"><span class="pre">segmentation-labels</span></code>: Path to the segmentation labels</p></li><br><li><p><code class="docutils literal notranslate"><span class="pre">classification-model</span></code>: Path to the classification model</p></li><br><li><p><code class="docutils literal notranslate"><span class="pre">classification-labels</span></code>: Path to the classification labels</p></li><br></ul> |

**Known issue**

In pose detection, the model detects only one person, even if many people are present in the frame.

Note

Image classification using the Inception v3 model trains on the ImageNet data set. As a result, the model can’t detect a person because this class isn’t included in the data set.

## Next steps

- [Explore sample applications](https://docs.qualcomm.com/bundle/publicresource/topics/80-70029-50/example-applications.html)
- [Develop an application](https://docs.qualcomm.com/bundle/publicresource/topics/80-79972-1/quick_start.html)

Last Published: Mar 30, 2026