Only other things I can think of:
I have “Watch always” selected under user permissions in Doorbird app, and “External video service (NVR)” switched on under Doorbird Connect in the app.
discovered today that Stream to Roku does not change video to compatible resolution so my 2592x1944 camera stream must be converted to 1920x1080 to work.
Anyone know how to make RTMP adjust streams using ffmpeg?
What is the recommended/best way of filtering out Frigate mqtt events when setting up notifications? I’m doing it in node-red but guess this is relevant if using automatons as well. Currently I have 3 filter setup after the mqtt in node.
payload.type = new
payload.after.id = block unless value changes
Rate limit 1 msg per 60s (delay node)
While it’s working, I’m sure there must be a better way.
Hi folks,
Set up this fantastic tool in a docker on synology (no coral) and everything works flawlessly with cheap Tapo cameras.
I’m looking though at a way to show a continuous live view (also low FPS is ok) of three concurrent camera streams - originally I thought of using the Frigate Lovelace card in HA to load the three streams, and while it works the performance hit on the Rpi3 hosting HA (OS) is severe.
Any recommendations on improving performance on the HA dashboard for the streams? Should I reduce the FPS of the RTMP streams directly in Frigate or can some tweaking be done in the card config?
Alternatively other than live view perhaps a static image refreshing every second or so, but not sure it’s a better solution performance-wise.
Other than that… alternatives to HA for live view?