From f06d60f6ffbce25ab74c3b4ed91920cf0f6f1eeb Mon Sep 17 00:00:00 2001 From: eduard256 Date: Sun, 5 Apr 2026 10:23:32 +0000 Subject: [PATCH] Add camera database browse and contribute links --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index db23464..8c36901 100644 --- a/README.md +++ b/README.md @@ -125,9 +125,13 @@ STRIX_LISTEN=:4567 ./strix-linux-amd64 SQLite database with 3,600+ brands and 100,000+ URL patterns. Maintained separately in [StrixCamDB](https://github.com/eduard256/StrixCamDB). Database is embedded in Docker image and bundled with binary releases. +[Browse supported cameras](https://gostrix.github.io/) -- search by brand or model to check if your camera is in the database. + Three entity types: - **Presets** -- curated sets of popular URL patterns (e.g. "ONVIF", "Popular RTSP") - **Brands** -- all URL patterns for a brand (e.g. "Hikvision", "Dahua") - **Models** -- URL patterns for a specific model within a brand +Camera not in the database? [Add it here](https://gostrix.github.io/#/contribute). + **Developers:** integrate [Strix HTTP API](DEVELOPERS.md) into your smart home platform.