30 lines
490 B
YAML
30 lines
490 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: frigate-config
|
|
namespace: frigate
|
|
|
|
data:
|
|
config.yml: |
|
|
mqtt:
|
|
host: mqtt.c2et.com
|
|
user: frigate
|
|
password: muyseguro
|
|
|
|
detectors:
|
|
coral:
|
|
type: edgetpu
|
|
device: pci
|
|
|
|
cameras:
|
|
cam1:
|
|
ffmpeg:
|
|
inputs:
|
|
- path: rtsp://cam1.local/stream1
|
|
roles:
|
|
- detect
|
|
detect:
|
|
width: 1280
|
|
height: 720
|
|
fps: 5
|