mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
56 lines
1017 B
Markdown
56 lines
1017 B
Markdown
---
|
|
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**
|
|
Include your full config file wrapped in triple back ticks.
|
|
```yaml
|
|
config here
|
|
```
|
|
|
|
**Logs**
|
|
```
|
|
Include relevant log output here
|
|
```
|
|
|
|
**Frigate debug stats**
|
|
```
|
|
Output from frigate's /debug/stats endpoint
|
|
```
|
|
|
|
**FFprobe from your camera**
|
|
|
|
Run the following command and paste output below
|
|
```
|
|
ffprobe <stream_url>
|
|
```
|
|
|
|
**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]
|
|
- Resolution: [e.g. 720p]
|
|
- FPS: [e.g. 5]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|