forked from k-space/kube
		
	frigate: enable recording and use openvino
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
| @@ -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: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user