Any suggestions on improving my Docker Wyze Bridge + Frigate setup? From time to time, it will freeze HA. Not sure what is happening. I don't need super high quality, just want recordings of people + animals. I am running HAOS on a 6th generation i5, 8GB RAM, 256GB SSD + 1TB External USB HDD for recordings. No Google Coral.
Docker Wyze Bridge config file:
ENABLE_AUDIO: false
ON_DEMAND: false
WB_AUTH: true
MOTION_API: false
MQTT: false
CAM_OPTIONS: []
WB_USERNAME: adminuser
WB_PASSWORD: Yaaaaas123123!!@!@@@!
QUALITY: HD60
NET_MODE: LAN
FORCE_FPS: 5
Frigate config file:
mqtt:
enabled: false
database:
path: /config/frigate.db
cameras:
garden_camera:
enabled: true
ffmpeg:
inputs:
- path:
rtsp://username:
[email protected]:8554/garden-camera
roles:
- detect
- record
detect:
enabled: true
width: 320 # Reduced resolution
height: 180 # Reduced resolution
fps: 5 # Reduced frame rate
motion:
threshold: 60 # Adjusted threshold for sensitivity
contour_area: 50 # Increased contour area for less sensitivity
improve_contrast: true
mask: 0.016,0.271,0.351,0.047,1,0.188,1,0,0,0
objects:
track:
- person
- cat
- dog # Reduced object tracking list
boundary_camera:
enabled: true
ffmpeg:
inputs:
- path:
rtsp://username:
[email protected]:8554/boundary-camera
roles:
- detect
- record
detect:
enabled: true
width: 320 # Reduced resolution
height: 180 # Reduced resolution
fps: 5 # Reduced frame rate
motion:
threshold: 60 # Adjusted threshold for sensitivity
contour_area: 50 # Increased contour area for less sensitivity
mask:
0.96,0.814,0.767,0.451,0.779,0.362,0.697,0.302,0.59,0.452,0.446,0.284,0.603,0.201,0.447,0,0.563,0,1,0,0.997,0.725
objects:
track:
- person
- cat
- dog # Reduced object tracking list
driveway_camera:
enabled: true
ffmpeg:
inputs:
- path:
rtsp://username:
[email protected]:8554/driveway-camera
roles:
- detect
- record
detect:
enabled: true
width: 320 # Reduced resolution
height: 180 # Reduced resolution
fps: 5 # Reduced frame rate
motion:
threshold: 60 # Adjusted threshold for sensitivity
contour_area: 50 # Increased contour area for less sensitivity
mask:
- 0,0.178,0.143,0.091,0.444,0,0,0
- 0.59,0,0.675,0.168,0.703,0.186,0.739,0.091,1,0.154,1,0
objects:
track:
- person
- cat
- dog # Reduced object tracking list
version: 0.14
camera_groups: {}
record:
enabled: true
retain:
days: 5
mode: motion
events:
retain:
default: 15
mode: motion
detectors:
ov:
type: openvino
device: GPU
ffmpeg:
hwaccel_args: preset-vaapi
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
path: /openvino-model/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt