mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
a1b5fb81fd
* Link to discussions for support * Move camera support * Delete .github/ISSUE_TEMPLATE/camera_support_request.yml * Create config_support.yml * Delete .github/ISSUE_TEMPLATE/config_support_request.yml * Delete .github/ISSUE_TEMPLATE/detector_support_request.yml * Create detector_support.yml * Move remaining items * Create question.yml
85 lines
2.0 KiB
YAML
85 lines
2.0 KiB
YAML
name: Detector Support Request
|
|
description: Support for setting up object detector in Frigate (Coral, OpenVINO, TensorRT, etc.)
|
|
title: "[Detector Support]: "
|
|
labels: ["support", "triage"]
|
|
assignees: []
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the problem you are having
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: Visible on the System page in the Web UI
|
|
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
|
|
id: logs
|
|
attributes:
|
|
label: Relevant log output
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
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
|
|
id: coral
|
|
attributes:
|
|
label: Coral version
|
|
options:
|
|
- USB
|
|
- PCIe
|
|
- M.2
|
|
- Dev Board
|
|
- Other
|
|
- CPU (no coral)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: other
|
|
attributes:
|
|
label: Any other information that may be helpful
|