Skip to content

Commit 393def8

Browse files
committed
update
1 parent 20d4214 commit 393def8

10 files changed

Lines changed: 46 additions & 22 deletions

docs/user-guide/get_started/install/gvadetect_sample_help.png renamed to docs/user-guide/get_started/install/_images/gvadetect_sample_help.png

File renamed without changes.
44.1 KB
Loading
44.4 KB
Loading
32.8 KB
Loading
34.8 KB
Loading
121 KB
Loading
-254 KB
Binary file not shown.

docs/user-guide/get_started/install/install_guide_ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ gst-inspect-1.0 gvadetect
322322
If you can see the documentation of `gvadetect` element, the
323323
installation process is completed.
324324

325-
![image](gvadetect_sample_help.png)
325+
![image](_images/gvadetect_sample_help.png)
326326

327327
## Next Steps
328328

docs/user-guide/get_started/install/install_guide_windows.md

Lines changed: 39 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,64 @@
33
This page describes steps required to install Deep Learning Streamer Pipeline
44
Framework on Windows.
55

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+
69
## Prerequisites
710

811
- 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)
1014

1115
## Step 1: Download the Installer
1216

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`.
1519

1620
## Step 2: Run the Installer
1721

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`,
2034
you can choose a different location.
2135

22-
### Components
36+
<img src="_images/install_windows_location.png" width="600"/>
2337

38+
### Choose Components
2439
The installer provides the following components:
2540

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.
3452

3553
> **Note:** Incompatible GStreamer installations (MinGW or 32-bit
3654
> variants) must be uninstalled before proceeding.
3755
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.
4061

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):
4364

4465
| Variable | Value |
4566
|---|---|

docs/user-guide/get_started/install/uninstall_guide_windows.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Uninstall Guide Windows
22

3-
Open **Windows Settings > Apps > Installed apps**, then search for "Deep Learning Streamer".
3+
Open [**Windows Settings > Apps > Installed apps**](ms-settings:appsfeatures), then search for "Deep Learning Streamer".
44
Click on the three dots menu and select "Uninstall".
5-
Follow the on-screen instructions to complete the uninstallation process.
65

7-
The uninstaller removes all files, environment variables, and registry keys.
6+
<img src="_images/uninstall_windows_settings.png" width="600"/>
7+
8+
Follow the on-screen instructions to complete the uninstallation process. The uninstaller removes all files, environment variables, and registry keys.
89
There is an option on the uninstall confirmation page to uninstall GStreamer.
910

11+
<img src="_images/uninstall_windows_confirm.png" width="600"/>
12+
1013
The uninstaller also supports silent mode via command line:
1114

1215
```ps1

0 commit comments

Comments
 (0)