Link feature bullets to corresponding screenshots

This commit is contained in:
eduard256
2026-04-05 10:28:55 +00:00
+11 -1
View File
@@ -14,7 +14,7 @@
Camera stream discovery and Frigate config generator. 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 - automatic device [probing](#probe) in 100ms: ports, ARP/OUI, mDNS/HomeKit, HTTP
- 20 parallel workers [test every URL](#testing) with live screenshots - 20 parallel workers [test every URL](#testing) with live screenshots
- supports [RTSP, HTTP, RTMP, Bubble, DVRIP](#supported-protocols) and more - supports [RTSP, HTTP, RTMP, Bubble, DVRIP](#supported-protocols) and more
@@ -51,18 +51,26 @@ Open `http://YOUR_IP:4567`
## How it works ## How it works
<a id="probe"></a>
Enter camera IP. Strix probes the device -- open ports, MAC vendor, mDNS, HTTP server. 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) ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/01-enter-ip.png)
<a id="search"></a>
Search camera model in database. Enter credentials if needed. Search camera model in database. Enter credentials if needed.
![](https://github.com/eduard256/Strix/releases/download/v2.0.0/02-camera-config.png) ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/02-camera-config.png)
<a id="streams"></a>
Strix builds all possible stream URLs from database patterns. Strix builds all possible stream URLs from database patterns.
![](https://github.com/eduard256/Strix/releases/download/v2.0.0/03-stream-urls.png) ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/03-stream-urls.png)
<a id="testing"></a>
20 parallel workers test every URL. Live screenshots, codecs, resolution, latency. 20 parallel workers test every URL. Live screenshots, codecs, resolution, latency.
![](https://github.com/eduard256/Strix/releases/download/v2.0.0/04-testing.png) ![](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) ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/05-results.png)
<a id="config-generation"></a>
Generate ready Frigate config. Copy, download, or save directly to Frigate. 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) ![](https://github.com/eduard256/Strix/releases/download/v2.0.0/06-frigate-config.png)