From 5fb1efe599eed955ea8631e0715aaadd598628e3 Mon Sep 17 00:00:00 2001 From: eduard256 Date: Sun, 5 Apr 2026 10:28:54 +0000 Subject: [PATCH] Link feature bullets to corresponding screenshots --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c32fbc9..cfb3b45 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Camera stream discovery and Frigate config generator. -- 3,600+ camera brands with 100,000+ [URL patterns](#camera-database) in SQLite database +- 3,600+ camera brands with 100,000+ [URL patterns](#streams) in SQLite database - automatic device [probing](#probe) in 100ms: ports, ARP/OUI, mDNS/HomeKit, HTTP - 20 parallel workers [test every URL](#testing) with live screenshots - supports [RTSP, HTTP, RTMP, Bubble, DVRIP](#supported-protocols) and more @@ -51,18 +51,26 @@ Open `http://YOUR_IP:4567` ## How it works + + Enter camera IP. Strix probes the device -- open ports, MAC vendor, mDNS, HTTP server. ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/01-enter-ip.png) + + Search camera model in database. Enter credentials if needed. ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/02-camera-config.png) + + Strix builds all possible stream URLs from database patterns. ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/03-stream-urls.png) + + 20 parallel workers test every URL. Live screenshots, codecs, resolution, latency. ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/04-testing.png) @@ -71,6 +79,8 @@ Pick main and sub streams from results. ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/05-results.png) + + Generate ready Frigate config. Copy, download, or save directly to Frigate. ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/06-frigate-config.png)