Hi. Ich habe Homeassistant in einer VM auf meiner Synology DS218+ laufen.
Coral scheint konfiguriert und funktionstüchtig zu sein.
Jedoch weis ich ums verderben nicht, wie ich die hwaccel_args richtig konfigurieren soll.
Kann mir jemand helfen?
Hier meine bisherige Konfig:
mqtt:
enabled: true
host: 192.168.178.104
topic_prefix: frigate
client_id: frigate
user: xxxx
password: xxxx
detectors:
coral:
type: edgetpu
device: usb
#ffmpeg:
# hwaccel_args: preset-vaapi
snapshots:
enabled: true
retain:
default: 14
record:
enabled: true
retain:
days: 7
events:
retain:
default: 14
go2rtc:
streams:
Parkplatz_main:
ffmpeg:http://192.168.178.232/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=xxxx&password=xxxx#video=copy#audio=copy#audio=opus
Parkplatz_sub:
ffmpeg:http://192.168.178.232/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=xxxx&password=xxxx
cameras:
Cam_Parkplatz:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Parkplatz_main?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Parkplatz_sub?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- detect
detect:
enabled: true
width: 640
height: 480
fps: 4
objects:
track:
- person
motion:
mask:
- 0.484,0.191,1,0.478,1,0,0.494,0
- 0.224,0,0.181,0.049,0.166,0.139,0.129,0.182,0.118,0.27,0.119,0.423,0,0.425,0,0
version: 0.14
Ich habe es bisher herauskomentiert, da es so nicht läuft.