Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions SPECS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This guide details the steps to:

- Linux system with `dnf` package manager
- Sudo privileges
- [OpenVINO 2025.3](https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3/linux/openvino_toolkit_ubuntu24_2025.3.0.19807.44526285f24_x86_64.tgz) prebuilt binary
- [OpenVINO 2025.4](https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.4/linux/openvino_toolkit_ubuntu24_2025.4.0.20398.8fdad55727d_x86_64.tgz) prebuilt binary

---

Expand All @@ -57,17 +57,17 @@ This script will:

## Building and Installing Packages (Developer Testing)

### 1. Install OpenVINO 2025.3
### 1. Install OpenVINO 2025.4

```sh
sudo rm -rf /opt/intel/openvino*
wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3/linux/openvino_toolkit_ubuntu24_2025.3.0.19807.44526285f24_x86_64.tgz
tar -xvzf openvino_toolkit_ubuntu24_2025.3.0.19807.44526285f24_x86_64.tgz
sudo mv openvino_toolkit_ubuntu24_2025.3.0.19807.44526285f24_x86_64 /opt/intel/openvino_2025.3.0
cd /opt/intel/openvino_2025.3.0/
wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.4/linux/openvino_toolkit_ubuntu24_2025.4.0.20398.8fdad55727d_x86_64.tgz
tar -xvzf openvino_toolkit_ubuntu24_2025.4.0.20398.8fdad55727d_x86_64.tgz
sudo mv openvino_toolkit_ubuntu24_2025.4.0.20398.8fdad55727d_x86_64 /opt/intel/openvino_2025.4.0
cd /opt/intel/openvino_2025.4.0/
sudo -E python3 -m pip install -r ./python/requirements.txt
cd /opt/intel
sudo ln -s openvino_2025.3.0 openvino_2025
sudo ln -s openvino_2025.4.0 openvino_2025
```

### 2. Uninstall Existing DL Streamer
Expand Down
2 changes: 1 addition & 1 deletion SPECS/versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ PAHO_MQTT_VERSION=1.3.4
FFMPEG_VERSION=6.1.1
GSTREAMER_VERSION=1.26.6
OPENCV_VERSION=4.12.0
OPENVINO_VERSION=2025.3.0
OPENVINO_VERSION=2025.4.0
DLSTREAMER_VERSION=2025.2.0
2 changes: 1 addition & 1 deletion docker/fedora41/fedora41.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LABEL vendor="Intel Corporation"
ARG GST_VERSION=1.26.6
ARG FFMPEG_VERSION=6.1.1

ARG OPENVINO_VERSION=2025.3.0
ARG OPENVINO_VERSION=2025.4.0
ARG REALSENSE_VERSION=v2.57.4

ARG DLSTREAMER_VERSION=2025.2.0
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora41/intel-dlstreamer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Requires: openexr
Requires: tbb
Requires: libsoup3
Requires: intel-media-driver
Requires: openvino-2025.3.0
Requires: openvino-2025.4.0

%description
This package contains Intel DL Streamer.
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Replaces: intel-dlstreamer
Multi-Arch: same
Homepage: https://github.com/open-edge-platform/edge-ai-libraries/tree/main/libraries/dl-streamer
Description: Intel(R) Deep Learning Streamer
Depends: ${misc:Depends}, ${shlibs:Depends}, libglib2.0-0t64, libjpeg-turbo8, libdrm2, libwayland-bin, libwayland-client0, libx11-6, libpng16-16t64, libva-drm2, libcurl4t64, libde265-0, libxext6, libva-x11-2, libgl1, libglx-mesa0, libva-wayland2, openexr, libgudev-1.0-0, vainfo, libpython3.12t64, python3, python3-gi, python3-gi-cairo, libcairo2, libvpx9, libopus0, libsrtp2-1, libxv1, libtbb12, libpaho-mqtt1.3, ffmpeg, libgirepository-1.0-1, libsoup-3.0-0, openvino-2025.3.0
Depends: ${misc:Depends}, ${shlibs:Depends}, libglib2.0-0t64, libjpeg-turbo8, libdrm2, libwayland-bin, libwayland-client0, libx11-6, libpng16-16t64, libva-drm2, libcurl4t64, libde265-0, libxext6, libva-x11-2, libgl1, libglx-mesa0, libva-wayland2, openexr, libgudev-1.0-0, vainfo, libpython3.12t64, python3, python3-gi, python3-gi-cairo, libcairo2, libvpx9, libopus0, libsrtp2-1, libxv1, libtbb12, libpaho-mqtt1.3, ffmpeg, libgirepository-1.0-1, libsoup-3.0-0, openvino-2025.4.0
2 changes: 1 addition & 1 deletion docker/ubuntu/debian/control-ubuntu22
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Replaces: intel-dlstreamer
Multi-Arch: same
Homepage: https://github.com/open-edge-platform/edge-ai-libraries/tree/main/libraries/dl-streamer
Description: Intel(R) Deep Learning Streamer
Depends: ${misc:Depends}, ${shlibs:Depends}, libglib2.0-dev, libjpeg-turbo8, libdrm2, libwayland-bin, libwayland-client0, libx11-6, libpng16-16, libva-drm2, libcurl4, libde265-0, libxext6, libva-x11-2, libgl1, libglx-mesa0, libva-wayland2, openexr, libgudev-1.0-0, vainfo, python3-pip, python3-gi, python3-gi-cairo, libcairo2, libvpx7, libopus0, libsrtp2-1, libxv1, libtbb12, libpaho-mqtt1.3, ffmpeg, libgirepository-1.0-1, libsoup-3.0-0, openvino-2025.3.0
Depends: ${misc:Depends}, ${shlibs:Depends}, libglib2.0-dev, libjpeg-turbo8, libdrm2, libwayland-bin, libwayland-client0, libx11-6, libpng16-16, libva-drm2, libcurl4, libde265-0, libxext6, libva-x11-2, libgl1, libglx-mesa0, libva-wayland2, openexr, libgudev-1.0-0, vainfo, python3-pip, python3-gi, python3-gi-cairo, libcairo2, libvpx7, libopus0, libsrtp2-1, libxv1, libtbb12, libpaho-mqtt1.3, ffmpeg, libgirepository-1.0-1, libsoup-3.0-0, openvino-2025.4.0
4 changes: 2 additions & 2 deletions docker/ubuntu/ubuntu22.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LABEL description="This is the development image of Deep Learning Streamer (DL S
LABEL vendor="Intel Corporation"

ARG GST_VERSION=1.26.6
ARG OPENVINO_VERSION=2025.3.0
ARG OPENVINO_VERSION=2025.4.0
ARG REALSENSE_VERSION=v2.57.4

ARG DLSTREAMER_VERSION=2025.2.0
Expand Down Expand Up @@ -374,7 +374,7 @@ RUN \

# OpenVINO Gen AI
ARG OPENVINO_GENAI_VER=openvino_genai_ubuntu22_${OPENVINO_VERSION}.0_x86_64
ARG OPENVINO_GENAI_PKG=https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2025.3/linux/${OPENVINO_GENAI_VER}.tar.gz
ARG OPENVINO_GENAI_PKG=https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2025.4/linux/${OPENVINO_GENAI_VER}.tar.gz

RUN curl -L ${OPENVINO_GENAI_PKG} | tar -xz && \
mv ${OPENVINO_GENAI_VER} /opt/intel/openvino_genai
Expand Down
4 changes: 2 additions & 2 deletions docker/ubuntu/ubuntu24.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LABEL description="This is the development image of Intel® Deep Learning Stream
LABEL vendor="Intel Corporation"

ARG GST_VERSION=1.26.6
ARG OPENVINO_VERSION=2025.3.0
ARG OPENVINO_VERSION=2025.4.0
ARG REALSENSE_VERSION=v2.57.4

ARG DLSTREAMER_VERSION=2025.2.0
Expand Down Expand Up @@ -381,7 +381,7 @@ RUN \

# OpenVINO Gen AI
ARG OPENVINO_GENAI_VER=openvino_genai_ubuntu24_${OPENVINO_VERSION}.0_x86_64
ARG OPENVINO_GENAI_PKG=https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2025.3/linux/${OPENVINO_GENAI_VER}.tar.gz
ARG OPENVINO_GENAI_PKG=https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2025.4/linux/${OPENVINO_GENAI_VER}.tar.gz

RUN curl -L ${OPENVINO_GENAI_PKG} | tar -xz && \
mv ${OPENVINO_GENAI_VER} /opt/intel/openvino_genai
Expand Down
4 changes: 2 additions & 2 deletions docker/windows/windows_builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ RUN `

# Download OpenVINO
RUN `
curl -SL --output openvino.zip https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3/windows/openvino_toolkit_windows_2025.3.0.19807.44526285f24_x86_64.zip
curl -SL --output openvino.zip https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.4/windows/openvino_toolkit_windows_2025.4.0.20398.8fdad55727d_x86_64.zip
&& powershell -command "Expand-Archive -Path \"openvino.zip\" -DestinationPath \"C:\" " `
&& del /q openvino.zip `
&& move openvino_toolkit_windows_2025.3.0.19807.44526285f24_x86_64 openvino
&& move openvino_toolkit_windows_2025.4.0.20398.8fdad55727d_x86_64 openvino

# Install git and vcpkg
ENV VCPKG_ROOT="C:\vcpkg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ git submodule update --init libraries/dl-streamer/thirdparty/spdlog
<!--hide_directive:sync: tab2hide_directive-->

```bash
wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3/linux/openvino_toolkit_ubuntu24_2025.3.0.19807.44526285f24_x86_64.tgz
tar -xvzf openvino_toolkit_ubuntu24_2025.3.0.19807.44526285f24_x86_64.tgz
sudo mv openvino_toolkit_ubuntu24_2025.3.0.19807.44526285f24_x86_64 /opt/intel/openvino_2025.3.0
cd /opt/intel/openvino_2025.3.0/
wget https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.4/linux/openvino_toolkit_ubuntu24_2025.4.0.20398.8fdad55727d_x86_64.tgz
tar -xvzf openvino_toolkit_ubuntu24_2025.4.0.20398.8fdad55727d_x86_64.tgz
sudo mv openvino_toolkit_ubuntu24_2025.4.0.20398.8fdad55727d_x86_64.tgz /opt/intel/openvino_2025.4.0
cd /opt/intel/openvino_2025.4.0/
sudo -E python3 -m pip install -r ./python/requirements.txt
cd /opt/intel
sudo ln -s openvino_2025.3.0 openvino_2025
sudo ln -s openvino_2025.4.0 openvino_2025
```

<!--hide_directive:::
Expand All @@ -157,8 +157,8 @@ there is need to install [OpenVINO GenAI archive](https://docs.openvino.ai/2025/
<!--hide_directive:sync: tab1hide_directive-->

```bash
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2025.3/linux/openvino_genai_ubuntu24_2025.3.0.0_x86_64.tar.gz | tar -xz &&
sudo mv openvino_genai_ubuntu24_2025.3.0.0_x86_64 /opt/intel/openvino_genai
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2025.4/linux/openvino_genai_ubuntu24_2025.4.0.0_x86_64.tar.gz | tar -xz &&
sudo mv openvino_genai_ubuntu24_2025.4.0.0_x86_64 /opt/intel/openvino_genai
source /opt/intel/openvino_genai/setupvars.sh
```

Expand All @@ -167,8 +167,8 @@ there is need to install [OpenVINO GenAI archive](https://docs.openvino.ai/2025/
<!--hide_directive:sync: tab2hide_directive-->

```bash
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2025.3/linux/openvino_genai_ubuntu22_2025.3.0.0_x86_64.tar.gz | tar -xz &&
mv openvino_genai_ubuntu22_2025.3.0.0_x86_64 /opt/intel/openvino_genai
curl -L https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/2025.4/linux/openvino_genai_ubuntu22_2025.4.0.0_x86_64.tar.gz | tar -xz &&
mv openvino_genai_ubuntu22_2025.4.0.0_x86_64 /opt/intel/openvino_genai
source /opt/intel/openvino_genai/setupvars.sh
```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/get_started/install/install_guide_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ drivers. For more details see [prerequisites](#prerequisites).
sudo bash -c 'echo "deb [signed-by=/usr/share/keyrings/intel-gpg-archive-keyring.gpg] https://apt.repos.intel.com/openvino/2025 ubuntu24 main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2025.list'
```

> **NOTE:** If you have OpenVINO™ installed in any version other than 2025.3.0,
> **NOTE:** If you have OpenVINO™ installed in any version other than 2025.4.0,
> please uninstall the OpenVINO™ packages using the following commands.

```bash
Expand Down
4 changes: 2 additions & 2 deletions samples/download_public_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ pip install --no-cache-dir --upgrade pip

# Install OpenVINO module with compatible numpy version
pip install --no-cache-dir "numpy<2.5.0,>=1.16.6" || handle_error $LINENO
pip install --no-cache-dir openvino==2025.3.0 || handle_error $LINENO
pip install --no-cache-dir openvino==2025.4.0 || handle_error $LINENO

pip install --no-cache-dir onnx || handle_error $LINENO
pip install --no-cache-dir seaborn || handle_error $LINENO
# Install compatible NNCF version for OpenVINO 2025.3.0
# Install compatible NNCF version for OpenVINO 2025.4.0
pip install --no-cache-dir "nncf>=2.14.0,<3.0.0" || handle_error $LINENO

# Check and upgrade ultralytics if necessary
Expand Down
2 changes: 1 addition & 1 deletion samples/gstreamer/gst_launch/gvagenai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This sample builds GStreamer pipeline of the following elements:

> [!NOTE]
> To install `optimum-cli` and other required dependencies for model export, refer to the respective OpenVINO™ notebook tutorials linked in the table below.
> DL Streamer currently depends on OpenVINO™ GenAI 2025.3.0. For optimal compatibility, use the library versions specified in [export-requirements.txt](https://github.com/openvinotoolkit/openvino.genai/blob/releases/2025/3/samples/export-requirements.txt).
> DL Streamer currently depends on OpenVINO™ GenAI 2025.4.0. For optimal compatibility, use the library versions specified in [export-requirements.txt](https://github.com/openvinotoolkit/openvino.genai/blob/releases/2025/4/samples/export-requirements.txt).
| Model | Export Command | Tutorial |
|-------|----------------|----------|
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_dlstreamer_dlls.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param(
)

$GSTREAMER_VERSION = "1.26.6"
$OPENVINO_VERSION = "2025.3"
$OPENVINO_VERSION = "2025.4"
$OPENVINO_DEST_FOLDER = "C:\\openvino"
$GSTREAMER_DEST_FOLDER = "C:\\gstreamer"
$DLSTREAMER_TMP = "C:\\dlstreamer_tmp"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_dependencies/install_openvino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi

RUN_PREFIX=

OV_REMOTE_ARCHIVE_PATH="https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.3/linux/openvino_toolkit_${OS}_2025.3.0.19807.44526285f24_x86_64.tgz"
OV_REMOTE_ARCHIVE_PATH="https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.4/linux/openvino_toolkit_${OS}_2025.4.0.20398.8fdad55727d_x86_64.tgz"
OV_ARCHIVE_EXT=".tgz"
OV_CHECKSUM_EXT=".tgz.sha256"
OV_LOCAL_ARCHIVE_PATH=/tmp/openvino_installation
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_dls_env.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ==============================================================================

$GSTREAMER_VERSION = "1.26.6"
$OPENVINO_VERSION = "2025.3"
$OPENVINO_VERSION = "2025.4"
$GSTREAMER_DEST_FOLDER = "C:\gstreamer"
$OPENVINO_DEST_FOLDER = "C:\openvino"
$DLSTREAMER_TMP = "C:\dlstreamer_tmp"
Expand Down
Loading