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
      • How to Deploy with Helm
    • API Reference
    • Release Notes
  • Smart Route Planning Agent
    • Get Started
      • System Requirements
      • How to Build from Source
      • Environment Variables
      • How to 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
    • Export and Optimize Geti Model
    • Troubleshooting
    • Release Notes
  • Loitering Detection
    • Get Started
      • System Requirements
      • Deploy with Helm
    • How-to Guides
      • Customize the Application
      • Use GPU for Inference
      • Use NPU for Inference
      • View Open Telemetry Data
      • View System Performance Dashboard
      • Benchmark Performance
    • Troubleshooting
    • Release Notes
  • Smart Tolling
    • Get Started
      • System Requirements
      • Server File Download Checklist
    • How It Works
      • The Perception Layer
      • Optimization
      • Analytics Pipeline (Downstream)
    • API Reference
    • Troubleshooting
  • 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
    • Get Started
      • Prerequisites
      • System Requirements
    • How it Works
    • Advanced user guide
    • APIs
    • Troubleshooting
    • Release Notes
  • 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
  • Video Processing for NVR
  • Live Video Search
    • Get Started
      • System Requirements
      • Build from Source
      • How to 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
      • Configure Embedding Creation 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
    • 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

Tools and Libraries

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

Tools

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

Guides and Tutorials

  • Blueprint: Agentic Maintenance
  • Blueprint: Smart Buildings
  • Migrate from Nvidia
  • Application Security
  • Visual AI Kit Customization

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

  • Intel® Edge System Qualification
  • Get Help or Contribute
  • Metro AI Suite
  • Live Video Search

Live Video Search#

GitHub Readme

Live Video Search is a Metro AI Suite sample that adapts the VSS pipeline for semantic search on live Frigate streams. The application ingests live camera streams, indexes video segments with embeddings and timestamped camera metadata, and enables you to select cameras, time ranges, and free-text queries. You can retrieve ranked, playable clips with confidence scores and view live system metrics.

Key Features#

  • Live semantic search over active camera streams.

  • Time‑range filtering from either the UI or query parsing (for example, “person seen in last 5 minutes”).

  • Event‑driven ingestion using Smart NVR + Frigate for clip generation.

  • Unified UI where VSS Search results appear alongside Smart NVR live context.

Core Components#

Live Video Search combines two existing stacks:

  • Smart NVR (Metro AI Suite)

    • Frigate NVR ingests live camera streams and emits MQTT events.

    • NVR Event Router brokers event metadata and clip references.

    • Reference UI for Smart NVR management.

    • See Smart NVR Documentation

  • VSS Search Mode (Edge AI Libraries sample app)

    • Search‑MS + VDMS DataPrep + VDMS VectorDB + Pipeline Manager.

    • VSS UI for semantic queries and clip playback.

    • See Video Search and Summarization Documentation

Use Cases#

  • Operations teams who need to locate recent events across multiple cameras quickly.

  • Edge deployments where bandwidth or latency constraints prevent cloud‑first analytics.

  • Safety and compliance scenarios requiring rapid retrieval of recent footage.

Key Behaviors#

  • Smart NVR‑initiated ingestion sends selected clips directly to VSS Search.

  • Time‑range filters reduce search scope and improve relevance.

  • Telemetry provides real‑time system metrics in the VSS UI.

Documentation#

  • Get Started

    • Get Started: Deploy the full stack locally.

    • System Requirements: Hardware and software prerequisites.

  • How It Works

    • Architecture: End‑to‑end architecture and data flow.

  • Deployment

    • Build from Source: Build the required images.

    • Deploy with Helm: Deploy LVS on Kubernetes using Helm profiles.

  • Usage & API

    • API Reference: Key endpoints and references.

  • Release & Support

    • Release Notes: Updates and fixes.

On this page
  • Key Features
  • Core Components
  • Use Cases
  • Key Behaviors
  • Documentation

This Page

  • Show Source