2023-03-05 04:37:18 +01:00
title : "[Detector Support]: "
2022-08-28 18:24:38 +02:00
labels : [ "support" , "triage" ]
body :
2024-08-23 14:58:39 +02:00
- type : markdown
2024-08-23 14:44:31 +02:00
attributes :
value : |
Use this form for support or questions related to Frigate's object detectors.
Before submitting your support request, please [search the discussions][discussions], read the [official Frigate documentation][docs], and read the [Frigate FAQ][faq] pinned at the Discussion page to see if your question has already been answered by the community.
[discussions] : https://www.github.com/blakeblackshear/frigate/discussions
[docs] : https://docs.frigate.video
[faq] : https://github.com/blakeblackshear/frigate/discussions/12724
2022-08-28 18:24:38 +02:00
- type : textarea
id : description
attributes :
label : Describe the problem you are having
validations :
required : true
- type : input
id : version
attributes :
label : Version
2024-08-23 14:44:31 +02:00
description : Visible on the System page in the Web UI. Please include the full version including the build identifier (eg. 0.14.0-ea36ds1)
2022-08-28 18:24:38 +02:00
validations :
required : true
- type : textarea
id : config
attributes :
label : Frigate config file
description : This will be automatically formatted into code, so no need for backticks.
render : yaml
validations :
required : true
- type : textarea
id : docker
attributes :
label : docker-compose file or Docker CLI command
description : This will be automatically formatted into code, so no need for backticks.
render : yaml
validations :
required : true
- type : textarea
2024-08-23 14:44:31 +02:00
id : frigatelogs
attributes :
label : Relevant Frigate log output
description : Please copy and paste any relevant Frigate log output. Include logs before and after your exact error when possible. This will be automatically formatted into code, so no need for backticks.
render : shell
validations :
required : true
- type : textarea
id : go2rtclogs
2022-08-28 18:24:38 +02:00
attributes :
2024-08-23 14:44:31 +02:00
label : Relevant go2rtc log output
2024-08-24 01:05:14 +02:00
description : Please copy and paste any relevant go2rtc log output. Include logs before and after your exact error when possible. Logs can be viewed via the Frigate UI, Docker, or the go2rtc dashboard. This will be automatically formatted into code, so no need for backticks.
2022-08-28 18:24:38 +02:00
render : shell
validations :
required : true
- type : dropdown
id : os
attributes :
label : Operating system
options :
- HassOS
- Debian
- Other Linux
- Proxmox
- UNRAID
- Windows
- Other
validations :
required : true
- type : dropdown
id : install-method
attributes :
label : Install method
options :
- HassOS Addon
- Docker Compose
- Docker CLI
validations :
required : true
- type : dropdown
2024-06-15 22:26:09 +02:00
id : object-detector
2022-08-28 18:24:38 +02:00
attributes :
2024-06-15 22:26:09 +02:00
label : Object Detector
2022-08-28 18:24:38 +02:00
options :
2024-06-15 22:26:09 +02:00
- Coral
- OpenVino
- TensorRT
- RKNN
2022-08-28 18:24:38 +02:00
- Other
- CPU (no coral)
validations :
required : true
2024-08-23 14:44:31 +02:00
- type : textarea
id : screenshots
attributes :
2024-08-24 01:05:14 +02:00
label : Screenshots of the Frigate UI's System metrics pages
description : Drag and drop for images is possible in this field. Please post screenshots of at least General and Cameras tabs.
validations :
required : true
2022-08-28 18:24:38 +02:00
- type : textarea
id : other
attributes :
label : Any other information that may be helpful