No stream detected. #356
-
Im trying to migrate my working frigate to the HA addon without success. http://192.168.0.5:5000/terrace - Only shows a green image. Im runnning this on a NUCi3 (D34010WYK) using Proxmox and HA. This is my configuration:
################################# Logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, formatting your config with markdown ( ``` to start / end code blocks) might help a lot to help you - just my thoughts, no offense. Did you try the minimal configuration proposed in the Beta documentation? https://github.com/blakeblackshear/frigate/tree/release-0.8.0 Cheers, |
Beta Was this translation helpful? Give feedback.
-
Have a look at 24/7 recordings section in the readme, says to remove -vsynch drop from input parameters. 24/7 Recordings |
Beta Was this translation helpful? Give feedback.
-
The logs are getting a big flooded with what looks like errors because you have the log level set to Try this config without hwaccel to see if it works: detectors:
coral:
type: edgetpu
device: 'usb:0'
mqtt:
host: 192.168.0.20
user: YYYY
password: XXXXXXX
topic_prefix: frigate
cameras:
terrace:
ffmpeg:
inputs:
- path: 'rtsp://admin:[email protected]:554/h264Preview_01_sub'
roles:
- detect
save_clips:
enabled: false
pre_capture: 10
objects:
- person
retain:
default: 1
objects:
person: 1
height: 480
width: 640
fps: 10 |
Beta Was this translation helpful? Give feedback.
The logs are getting a big flooded with what looks like errors because you have the log level set to
debug
. I think the real error isFailed to open /dev/dri/renderD128 as DRM device node
. Did you have hardware acceleration working previously?Try this config without hwaccel to see if it works: