You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metro-ai-suite/live-video-analysis/live-video-search/docs/user-guide/get-started.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
-
# Live Video Search - Getting Started
1
+
# Get Started
2
2
3
-
## Overview
4
3
5
4
Live Video Search is a Metro AI Suite sample that adapts the VSS pipeline for semantic search on live Frigate streams. It ingests live camera streams, indexes video segments with embeddings and timestamped camera metadata, and lets users select cameras, time ranges, and free‑text queries to retrieve ranked, playable clips with confidence scores while surfacing live system metrics. This guide starts the **Live Video Search** stack (Smart NVR + VSS Search) using Docker Compose.
Copy file name to clipboardExpand all lines: metro-ai-suite/live-video-analysis/live-video-search/docs/user-guide/index.md
+39-7Lines changed: 39 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,51 @@
11
11
</div>
12
12
hide_directive-->
13
13
14
-
Live Video Search is a Metro AI Suite sample that adapts the VSS pipeline for semantic search on live Frigate streams. It ingests live camera streams, indexes video segments with embeddings and timestamped camera metadata, and lets users select cameras, time ranges, and free‑text queries to retrieve ranked, playable clips with confidence scores while surfacing live system metrics.
14
+
15
+
**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.
16
+
17
+
18
+
## What It Enables
19
+
20
+
-**Live semantic search** over active camera streams.
21
+
-**Time‑range filtering** from either the UI or query parsing (for example, “person seen in last 5 minutes”).
22
+
-**Event‑driven ingestion** using Smart NVR + Frigate for clip generation.
23
+
-**Unified UI** where VSS Search results appear alongside Smart NVR live context.
24
+
25
+
## Core Components
26
+
27
+
Live Video Search combines two existing stacks:
28
+
29
+
-**Smart NVR** (Metro AI Suite)
30
+
- Frigate NVR ingests live camera streams and emits MQTT events.
31
+
- NVR Event Router brokers event metadata and clip references.
32
+
- Reference UI for Smart NVR management.
33
+
- See Smart NVR docs: [Smart NVR Overview](../../../../smart-nvr/docs/user-guide/index.md)
34
+
35
+
-**VSS Search Mode** (Edge AI Libraries sample app)
- See VSS docs: [Video Search and Summarization Docs](https://github.com/open-edge-platform/edge-ai-libraries/blob/main/sample-applications/video-search-and-summarization/docs/user-guide/index.md)
39
+
40
+
## When to Use
41
+
42
+
-**Operations teams** who need to locate recent events across multiple cameras quickly.
43
+
-**Edge deployments** where bandwidth or latency constraints prevent cloud‑first analytics.
44
+
-**Safety and compliance** scenarios requiring rapid retrieval of recent footage.
45
+
46
+
## Key Behaviors
47
+
48
+
-**Smart NVR‑initiated ingestion** sends selected clips directly to VSS Search.
49
+
-**Time‑range filters** reduce search scope and improve relevance.
50
+
-**Telemetry** provides real‑time system metrics in the VSS UI.
15
51
16
52
## Documentation
17
53
18
54
-**Get Started**
19
55
-[Get Started](./get-started.md): Deploy the full stack locally.
20
56
-[System Requirements](./system-requirements.md): Hardware and software prerequisites.
21
57
22
-
-**Overview**
23
-
-[Overview](./overview-live-video-search.md): What Live Video Search is and when to use it.
58
+
-**How It Works**
24
59
-[Architecture](./overview-architecture-live-video-search.md): End‑to‑end architecture and data flow.
25
60
26
61
-**Deployment**
@@ -39,11 +74,8 @@ Live Video Search is a Metro AI Suite sample that adapts the VSS pipeline for se
0 commit comments