blakeblackshear.frigate/.github/ISSUE_TEMPLATE/bug_report.md

56 lines
1017 B
Markdown
Raw Normal View History

2020-08-17 14:33:51 +02:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Version of frigate**
What version are you using?
**Config file**
2020-11-15 21:51:20 +01:00
Include your full config file wrapped in triple back ticks.
```yaml
2020-08-17 14:33:51 +02:00
config here
```
2020-08-17 14:41:13 +02:00
**Logs**
```
Include relevant log output here
```
**Frigate debug stats**
```
Output from frigate's /debug/stats endpoint
```
2020-08-22 13:49:05 +02:00
**FFprobe from your camera**
2020-08-22 13:49:45 +02:00
Run the following command and paste output below
2020-08-22 13:49:05 +02:00
```
ffprobe <stream_url>
```
2020-08-17 14:33:51 +02:00
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Computer Hardware**
- OS: [e.g. Ubuntu, Windows]
- Virtualization: [e.g. Proxmox, Virtualbox]
- Coral Version: [e.g. USB, PCIe, None]
- Network Setup: [e.g. Wired, WiFi]
**Camera Info:**
- Manufacturer: [e.g. Dahua]
- Model: [e.g. IPC-HDW5231R-ZE]
2020-08-17 14:48:53 +02:00
- Resolution: [e.g. 720p]
- FPS: [e.g. 5]
2020-08-17 14:33:51 +02:00
**Additional context**
Add any other context about the problem here.