|
3 | 3 | This page describes steps required to install Deep Learning Streamer Pipeline |
4 | 4 | Framework on Windows. |
5 | 5 |
|
| 6 | +For building Deep Learning Streamer Pipeline Framework from source code, |
| 7 | +follow the [advanced installation guide](../../dev_guide/advanced_install/advanced_install_guide_windows_compilation.md). |
| 8 | + |
6 | 9 | ## Prerequisites |
7 | 10 |
|
8 | 11 | - Windows 11 x64 or later |
9 | | -- Download and update GPU and NPU drivers from [Intel® Driver & Support Assistant](https://www.intel.com/content/www/us/en/support/detect.html) |
| 12 | +- Download and update GPU and NPU drivers from |
| 13 | +[Intel® Driver & Support Assistant](https://www.intel.com/content/www/us/en/support/detect.html) |
10 | 14 |
|
11 | 15 | ## Step 1: Download the Installer |
12 | 16 |
|
13 | | -Download the installer from |
14 | | -[DL Streamer assets on GitHub](https://github.com/open-edge-platform/dlstreamer/releases). |
| 17 | +Go to DL Streamer [releases page on GitHub](https://github.com/open-edge-platform/dlstreamer/releases). |
| 18 | +Navigate to the **Assets** section and download the installer package named `dlstreamer-<version>-win64.exe`. |
15 | 19 |
|
16 | 20 | ## Step 2: Run the Installer |
17 | 21 |
|
18 | | -Run the downloaded `dlstreamer-<version>-win64.exe` file and follow the |
19 | | -on-screen instructions. The default installation folder is `%ProgramFiles%\Intel\dlstreamer`, |
| 22 | +Run the `dlstreamer-<version>-win64.exe` file and follow the on-screen instructions. |
| 23 | + |
| 24 | +The installer also supports silent installation via command line, follow the instructions in the [advanced installation guide](../../dev_guide/advanced_install/advanced_install_guide_windows_command_line.md) for details. |
| 25 | + |
| 26 | +### License Agreement |
| 27 | +DL Streamer is licensed under the MIT License. |
| 28 | +Accept the license agreement and proceed with the installation. |
| 29 | + |
| 30 | +<img src="_images/install_windows_license.png" width="600"/> |
| 31 | + |
| 32 | +### Choose Install Location |
| 33 | +The default installation folder is `%ProgramFiles%\Intel\dlstreamer`, |
20 | 34 | you can choose a different location. |
21 | 35 |
|
22 | | -### Components |
| 36 | +<img src="_images/install_windows_location.png" width="600"/> |
23 | 37 |
|
| 38 | +### Choose Components |
24 | 39 | The installer provides the following components: |
25 | 40 |
|
26 | | -| Component | Description | Selected by Default | |
27 | | -|---|---|---| |
28 | | -| **GStreamer** | GStreamer multimedia framework (system-wide installation). | Yes (Required) | |
29 | | -| **Runtime** | DL Streamer runtime libraries and plugins. | Yes (Required) | |
30 | | -| **Python Bindings** | Python binding library and files. | Yes | |
31 | | -| **Environment Variables** | Set up `DLSTREAMER_DIR`, `GST_PLUGIN_PATH`, and `PATH` environment variables for the current user. | Yes | |
32 | | -| **Samples** | Sample applications and scripts. | Yes | |
33 | | -| **Development Files** | Header files and import libraries for building C++ applications with DL Streamer. | No | |
| 41 | +| Component | Description | |
| 42 | +|---|---| |
| 43 | +| **GStreamer** | GStreamer multimedia framework (system-wide installation). | |
| 44 | +| **Runtime** | DL Streamer runtime libraries and plugins. | |
| 45 | +| **Python Bindings** | Python binding library and files. | |
| 46 | +| **Environment Variables** | Set up `DLSTREAMER_DIR`, `GST_PLUGIN_PATH`, and `PATH` environment variables for the current user. | |
| 47 | +| **Samples** | Sample applications and scripts. | |
| 48 | +| **Development Files** | Header files and import libraries for building C++ applications with DL Streamer. | |
| 49 | + |
| 50 | +Three installation types are available: |
| 51 | +**Typical** (default): All default components; **Full**: All components including Development Files; **Minimal**: Only required components. |
34 | 52 |
|
35 | 53 | > **Note:** Incompatible GStreamer installations (MinGW or 32-bit |
36 | 54 | > variants) must be uninstalled before proceeding. |
37 | 55 |
|
38 | | -Three installation types are available: |
39 | | -**Typical** (default): All default components; **Full**: All components including Development Files; **Minimal**: Only required components. |
| 56 | +<img src="_images/install_windows_components.png" width="600"/> |
| 57 | + |
| 58 | +### Installation Process |
| 59 | +Click "Install" to start the installation process. The installer will copy files, |
| 60 | +set environment variables, and perform necessary configurations. |
40 | 61 |
|
41 | | -The installer configures the following for the current user if selected (values shown for default install |
42 | | -path): |
| 62 | +The installer configures the following for the current user if selected |
| 63 | +(values shown for default install path): |
43 | 64 |
|
44 | 65 | | Variable | Value | |
45 | 66 | |---|---| |
|
0 commit comments