2022-04-15 14:03:04 +02:00
|
|
|
title: "[Camera Support]: "
|
2021-10-03 15:51:53 +02:00
|
|
|
labels: ["support", "triage"]
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: description
|
|
|
|
attributes:
|
|
|
|
label: Describe the problem you are having
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: version
|
|
|
|
attributes:
|
|
|
|
label: Version
|
2024-02-16 13:12:40 +01:00
|
|
|
description: Visible on the System page in the Web UI
|
2021-10-03 15:51:53 +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: 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: textarea
|
|
|
|
id: ffprobe
|
|
|
|
attributes:
|
|
|
|
label: FFprobe output from your camera
|
|
|
|
description: Run `ffprobe <camera_url>` and provide output below
|
|
|
|
render: shell
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: stats
|
|
|
|
attributes:
|
|
|
|
label: Frigate stats
|
|
|
|
description: Output from frigate's /api/stats endpoint
|
|
|
|
render: json
|
|
|
|
- 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
|
2021-10-03 15:51:53 +02:00
|
|
|
attributes:
|
2024-06-15 22:26:09 +02:00
|
|
|
label: Object Detector
|
2021-10-03 15:51:53 +02:00
|
|
|
options:
|
2024-06-15 22:26:09 +02:00
|
|
|
- Coral
|
|
|
|
- OpenVino
|
|
|
|
- TensorRT
|
|
|
|
- RKNN
|
2021-10-03 15:51:53 +02:00
|
|
|
- Other
|
|
|
|
- CPU (no coral)
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
id: network
|
|
|
|
attributes:
|
|
|
|
label: Network connection
|
|
|
|
options:
|
|
|
|
- Wired
|
|
|
|
- Wireless
|
|
|
|
- Mixed
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: camera
|
|
|
|
attributes:
|
|
|
|
label: Camera make and model
|
|
|
|
description: Dahua, hikvision, amcrest, reolink, etc and model number
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: other
|
|
|
|
attributes:
|
|
|
|
label: Any other information that may be helpful
|