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