#frigate - one camera does not start recording after reboot

1 messages · Page 1 of 1 (latest)

novel sun
#

I dont understand why camera garage would not start recording automatically. each time add-on is restarted i need to flip switch manually.

here is part of config file:

object labels that are allowed for facial recognition

detectors:
coral:
type: edgetpu
device: usb

objects:

Optional: list of objects to track from labelmap.txt (default: shown below)

track:
- person
- car

cameras:
reolink:
ffmpeg:
inputs:
- path: rtsp://admin:Pass@10.0.10.34:554/h264Preview_01_sub
#input_args: preset-rtsp-restream
roles:
- detect
- audio
- path: rtsp://admin:Pass@10.0.10.34:554/h264Preview_01_main
roles:
- record
detect:
width: 640
height: 480
fps: 10
record:
enabled: true
garage:
ffmpeg:
inputs:
- path: rtsp://admin:Pass@10.0.10.33:554/h264Preview_01_sub
roles:
- detect
# - rtmp
- audio
- path: rtsp://admin:Pass@10.0.10.33:554/h264Preview_01_main
roles:
- record
detect:
width: 640
height: 480
fps: 10
record:
enabled: true

version: 0.16-0
detect:
enabled: true

frank trailBOT
#

@novel sun To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.