1
0
forked from k-space/kube

frigate: enable recording and use openvino

This commit is contained in:
Erki Aas 2024-09-29 23:06:41 +03:00
parent 15a2fd9375
commit c14a313c57
2 changed files with 47 additions and 5 deletions

View File

@ -25,8 +25,29 @@ data:
# coral: # coral:
# type: edgetpu # type: edgetpu
# device: usb # device: usb
cpu1: #cpu1:
type: cpu #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: go2rtc:
streams: streams:
@ -169,7 +190,7 @@ spec:
app.kubernetes.io/name: frigate app.kubernetes.io/name: frigate
app.kubernetes.io/instance: frigate app.kubernetes.io/instance: frigate
annotations: annotations:
checksum/configmap: 80913561aaed42918e40c6c5e154c53747edaec0aa33f1cca2b3a43115815cb4 checksum/configmap: a133d33879aa679164f4757e66467236f5aa19733c6bbaf2ac3e53e56e9a758b
spec: spec:
containers: containers:
- name: frigate - name: frigate

View File

@ -63,8 +63,29 @@ config: |
# coral: # coral:
# type: edgetpu # type: edgetpu
# device: usb # device: usb
cpu1: #cpu1:
type: cpu #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: go2rtc:
streams: streams: