From 715f21fda7a428391059a1e29637c35666d927a6 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 28 Aug 2025 15:07:06 +0200 Subject: [PATCH] Remove issue template, tweak call to action --- .github/ISSUE_TEMPLATE/camera_report.md | 21 --------------------- docs/docs/configuration/cameras.md | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/camera_report.md diff --git a/.github/ISSUE_TEMPLATE/camera_report.md b/.github/ISSUE_TEMPLATE/camera_report.md deleted file mode 100644 index bd88385cc..000000000 --- a/.github/ISSUE_TEMPLATE/camera_report.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Camera Compatibility Report -about: Report camera compatibility with features like Autotracking, PTZ or Two-Way Talk -title: '[Camera Compat]' -labels: documentation -assignees: '' - ---- - -**The exact name of the camera** -Dahua DH-SD49825GB-HNR - -**Supported Features** -- [ ] PTZ (via Frigate's WebUI) -- [ ] Autotracking -- [ ] Two-Way Talk - -Any notes, like how to configure the camera and Frigate, if non-standard - -**Additional notes** -Any additional notes you want to add diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index 018b8e196..ed0172647 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -89,7 +89,7 @@ An ONVIF-capable camera that supports relative movement within the field of view ## ONVIF PTZ camera recommendations -This list of working and non-working PTZ cameras is based on user feedback. It is thus important that you [report camera compatibility](https://github.com/blakeblackshear/frigate/issues) if you manage or do not manage to get a camera not listed here working. +This list of working and non-working PTZ cameras is based on user feedback. It is thus important that you report your camera working or not working by opening an issue or by creating a pull request. The FeatureList on the [ONVIF Conformant Products Database](https://www.onvif.org/conformant-products/) can provide a starting point to determine a camera's compatibility with Frigate's autotracking. Look to see if a camera lists `PTZRelative`, `PTZRelativePanTilt` and/or `PTZRelativeZoom`, plus `PTZAuxiliary`. These features are required for autotracking, but some cameras still fail to respond even if they claim support. If they are missing, autotracking will not work (though basic PTZ in the WebUI might). Avoid cameras with no database entry unless they are confirmed as working below.