What’s wrong with my Frigate config?
enabled: false
detectors:
ov:
type: openvino
device: CPU
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
cameras:
unifi_front_garden:
ffmpeg:
inputs:
- path: rtsp://192.168.30.2:8554/unifi_bedroom_one # Use go2rtc's rebroadcasted stream
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
stationary:
max_frames:
objects:
car: 10
enabled: True
objects:
track:
- car
zones: {}
review:
detections:
labels:
- car
version: 0.15-1```