|
1 | | -# Release Notes |
| 1 | +# Release Notes - Live Video Search |
2 | 2 |
|
3 | | -## Current Release |
| 3 | +## Version 1.0.0 |
4 | 4 |
|
5 | | -**Version**: 1.0.0-rc1 \ |
6 | | -**Release Date**: 17 Feb 2026 |
| 5 | +**April 01, 2026** |
7 | 6 |
|
8 | | -**Features**: |
| 7 | +Live Video Search is a new sample application which implements embedding and |
| 8 | +visual data ingestion microservices (available in |
| 9 | +[Edge AI Libraries](https://docs.openedgeplatform.intel.com/2026.0/ai-libraries.html)) |
| 10 | +for processing RTSP camera streams and user query-based search. The application |
| 11 | +converts the input camera data to embeddings continuously, using models like Clip. |
| 12 | +The embeddings are stored in a Vector Database (VectorDB ) and enable search on |
| 13 | +live camera feed and historical video data. |
| 14 | +A rich UI is provided to configure the camera used for data ingestion, enter |
| 15 | +the search query, and view telemetry data, currently, for CPU, GPU, and memory |
| 16 | +utilization. The sample application introduces camera streaming with Frigate. |
| 17 | + |
| 18 | +**New** |
9 | 19 |
|
10 | 20 | - Live Video Search stack integrating Smart NVR with VSS Search. |
11 | 21 | - Time‑range filtering in search via UI or natural‑language query parsing. |
12 | 22 | - Telemetry visualization in VSS UI for live system performance. |
13 | 23 |
|
14 | | -**HW used for validation**: |
15 | | - |
16 | | -- Intel® Xeon® 5 + Intel® Arc™ B580 GPU |
17 | | - |
18 | | -**Known Issues/Limitations**: |
| 24 | +**Known Issues/Limitations** |
19 | 25 |
|
20 | 26 | - Deploy with Helm is not yet supported for Live Video Search. |
21 | 27 | - First‑time model downloads may take several minutes. |
22 | 28 | - Time‑range queries require the clock and timezone on the host to be accurate. |
| 29 | + |
| 30 | +> *The application has been validated on Intel® Xeon® 5 + Intel® Arc™ B580 GPU.* |
0 commit comments