forked from k-space/kube
frigate: enable recording and use openvino
This commit is contained in:
@@ -63,8 +63,29 @@ config: |
|
||||
# coral:
|
||||
# type: edgetpu
|
||||
# device: usb
|
||||
cpu1:
|
||||
type: cpu
|
||||
#cpu1:
|
||||
#type: cpu
|
||||
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
|
||||
|
||||
record:
|
||||
enabled: True
|
||||
retain:
|
||||
days: 3
|
||||
mode: motion
|
||||
events:
|
||||
retain:
|
||||
default: 30
|
||||
mode: motion
|
||||
|
||||
go2rtc:
|
||||
streams:
|
||||
|
Reference in New Issue
Block a user