Camer view does not come up. What should I setup on camera side for this work?
Where to find the error log that Frigate spits out to see why it does not connect to camera?
mqtt:
host: 192.168.2.41 #Insert the IP address of your Home Assistant
port: 1883 #Leave as default 1883 or change to match the port set in yout MQTT Broker configuration
user: mqttcamera
password: sdfsdfsdg34543dfg
topic_prefix: frigate
client_id: frigate
stats_interval: 60
database:
path: /config/frigate.db
cameras:
garage: #Change this to a name of the camera that makes sense to you
ffmpeg:
output_args:
record: preset-record-generic-audio-aac #Insert this if your camera supports audio output
inputs:
- path: rtsp://someuser:[email protected]:554/Stream1 #Change as per your camera documentation for high quality feed
roles:
- record
- path: rtsp://someuser:[email protected]:554/Stream2 #Change as per your camera documentation for low quality feed
roles:
- detect
detect:
height: 3840 #Change this to match the resolution of your detection channel (in this case channel 1)
width: 2160 #Change this to match the resolution of your detection channel (in this case channel 1)
fps: 20 #This is the frame rate for detection, between 5-10 fps is sufficient.
record:
enabled: true
retain:
days: 30 #The number of days a recording will be kept for after a motion is detected.
mode: motion
alerts:
retain:
days: 30
detections:
retain:
days: 30
objects:
track:
- person
- car
version: 0.15-1