Skip to main content
Ctrl+K

Open Edge Platform

    • Open Edge Platform
    • Metro
    • Manufacturing
    • Retail
    • Robotics
    • Education
    • Health and Life Sciences
    • Federal and Aerospace
    • Libraries, Tools, Services
    • Edge Microvisor Toolkit
    • Image Composer Tool
  • Open Edge Platform
  • Metro
  • Manufacturing
  • Retail
  • Robotics
  • Education
  • Health and Life Sciences
  • Federal and Aerospace
  • Libraries, Tools, Services
  • Edge Microvisor Toolkit
  • Image Composer Tool

Section Navigation

  • Metro SDK Manager
  • Metro Analytics Catalog

Samples

  • Smart Intersection Agent
    • Get Started
      • System Requirements
      • Build from Source
      • Deploy with Helm
    • API Reference
    • Release Notes
  • Smart Route Planning Agent
    • Get Started
      • System Requirements
      • Build from Source
      • Environment Variables
      • Deploy with Helm
    • Release Notes
  • Smart Parking
    • Get Started
      • System Requirements
      • Deploy with Helm
    • How-to Guides
      • Customize the Application
      • Generate and Deploy Offline Package
      • Use GPU for Inference
      • Use NPU for Inference
      • View Open Telemetry Data
      • View System Performance Dashboard
      • Benchmark Performance
    • Troubleshooting
    • Release Notes
  • Smart Intersection
    • Get Started
      • System Requirements
      • Deploy with Helm
    • How It Works
    • How to use GPU for inference
    • How to use NPU for inference
    • RTSP Stream Setup
    • Export and Optimize Geti Model
    • Troubleshooting
    • Release Notes
  • Loitering Detection
    • Get Started
      • System Requirements
      • Deploy with Helm
    • How-to Guides
      • Customize the Application
      • Generate and Deploy Offline Package
      • Use GPU for Inference
      • Use NPU for Inference
      • View Open Telemetry Data
      • View System Performance Dashboard
      • Benchmark Performance
    • Troubleshooting
    • Release Notes
  • Image-based Video Search
    • Get Started
      • System Requirements
      • Deploy with Helm
    • How It Works
    • How to use GPU for inference
    • How to use NPU for inference
    • Troubleshooting
    • Release Notes
  • Interactive Digital Avatar
  • Visual Search and Q&A
    • Get Started Guide
      • System Requirements
      • Deploy with Helm
    • Tutorials
    • Troubleshooting
    • Release Notes
  • Sensor Fusion for Traffic Management
    • Post-Fusion
      • Get Started
        • Prerequisites
        • System Requirements
      • How it Works
      • Advanced user guide
      • APIs
    • Intermediate Fusion
      • Get Started
      • Prerequisites
      • Testing
      • Training
        • Installation
        • Convert NVIDIA Checkpoint
    • Troubleshooting
    • Release Notes
      • Release Notes 2025
  • Smart NVR
    • Get Started
      • System Requirements
      • Build from Source
      • Deploy with Helm
    • How to Use Smart NVR
    • Development Guide
    • Integrate SceneScape with Smart NVR
    • API Reference
    • Troubleshooting
    • Release Notes
      • Release Notes 2025
  • Video Processing for NVR
    • Get Started
    • How It Works
    • Release Notes
  • Live Video Search
    • Get Started
      • System Requirements
      • Build from Source
      • Deploy with Helm* Chart
    • How It Works
    • API Reference
    • Release Notes
  • Live Video Alert Agent
    • Get Started
      • System Requirements
      • Build from Source
      • Deploy with Helm
    • How It Works
    • API Reference
    • Known Issues
    • Release Notes
  • Live Video Captioning
    • Get Started
      • System Requirements
      • Model Preparation
      • Build from Source
      • Deploy with Helm Chart
    • How-to Guides
      • Caption Embedding with RAG
      • Enable Alert Mode
      • Configure Object Detection Pipeline
    • How it Works
    • API Reference
    • Known Issues
    • Release Notes
  • Live Video Captioning RAG
    • Get Started
      • System Requirements
      • Build from Source
      • Deploy with Helm
    • How It Works
    • API Reference
    • Known Issues
    • Release Notes
  • Video Search and Summarization
    • Get Started
      • System Requirements
    • How It Works
      • Video Search
      • Video Summarization
      • Video Search and Summarization
    • How to Build from Source
    • How to deploy with Helm* Chart
    • Deploy VSS with vLLM
    • Directory Watcher Service Guide
    • API Reference
    • MCP Server for VSS
    • Troubleshooting
    • Release Notes

Software Development

  • OpenVINO Toolkit
  • OpenVINO Model Server
  • DL Streamer
  • DL Streamer Pipeline Server

Tools

  • Geti™ Software
  • Visual Pipeline and Platform Evaluation Tool
  • Intel® Scenescape

Blueprints and Guides

  • Blueprint: Critical Infrastructure Predictive Maintenance
    • Vision AI Pipeline
    • Multimodal Pipeline
  • Blueprint: Smart Buildings
  • Migrate from Nvidia
  • Application Security
  • Visual AI Kit Customization

---------------

  • Intel® Edge System Qualification
  • Get Help or Contribute
  • Metro AI Suite
  • Image-Based Video Search
  • Release Notes: Image-Based Video Search

Release Notes: Image-Based Video Search#

  • Version 1.3.0

  • Version 1.2.0

  • Version 1.1.0

  • Version 1.0.1

  • Version 1.0.0

Details about the changes, improvements, and known issues in this release of the application.

Version 1.3.0#

New

  • Qualified on the Intel® Core™ Series 3 processor (Wildcat Lake).

  • Deprecated EMF deployment packages.

Improved

  • Bug fixes to improve UI/UX.

Version 1.2.0#

New

  • Qualified on the Intel® Core™ Ultra Series 3 processor.

  • Changed the person-vehicle-bike-detection-2004 model to the yolov11s model.

Improved

  • Consumed the latest DL Streamer Pipeline Server 2026.0.0 image. Ubuntu24 variant of the image is the default now.

  • Image-based Video Search now supports the NPU device.

Version 1.1.0#

  • Added Nginx reverse proxy server, updated npm packages and python packages

  • Fixed high coverity issues and added healthchecks for compose and helm deployment

  • DL Streamer and DL Streamer Pipeline Server versions upgraded to 2025.2

Version 1.0.1#

Release Date: 2025-08-20

  • DL Streamer version upgraded to 2025.1.2

  • DL Streamer Pipeline Server version upgraded to 3.1.0

  • Bug fixes

Version 1.0.0#

Release Date: 2025-03-31

  • MediaMTX: This third-party microservice simulates remote video cameras placed in various geographical locations. The service can replay videos from recorded files and publish them as live video streams in different formats. The RTSP stream is sent to DL Streamer Pipeline Server microservice for extraction of feature vectors. The WebRTC stream is useful for displaying live video streams in this web application.

  • Deep Learning Streamer Pipeline Server: This microservice operates either in streaming mode (video analysis) or image ingestion mode (video search). During the video analysis phase, it consumes RTSP streams from simulated remote cameras and performs object detection and feature extraction tasks. The resulting predictions are published as metadata to an MQTT Broker. During the video search phase, the microservice returns feature vectors for submitted images.

  • Feature Matching: This microservice interacts with DL Streamer Pipeline Server and Vector DB. During the video analysis phase, it inserts feature vectors (image embeddings) generated by the Pipeline Server into Vector DB. Additionally, it stores frames that are useful for displaying in search results when a user searches for an object. During the video search phase, the microservice queries the Pipeline Server to get feature vectors for the user-provided image and then queries Vector DB to find the matching frame(s) from video streams processed in the analysis phase.

  • MQTT: This third-party microservice transfers a stream of metadata between DL Streamer Pipeline Server and Feature Matching during the video analysis phase.

  • MilvusDB: This third-party microservice stores feature vectors in a Vector DB and provides a vector search to find the closest match between a user-provided image and previously processed video frames.

On this page
  • Version 1.3.0
  • Version 1.2.0
  • Version 1.1.0
  • Version 1.0.1
  • Version 1.0.0

This Page

  • Show Source
Enable cookies to use AI chat
Chat is locked. Click the blue chat button, then enable Functional cookies to unlock it.