frigate: add remaining old cameras
This commit is contained in:
@@ -6,3 +6,5 @@ With ArgoCD. Render it locally:
|
|||||||
```sh
|
```sh
|
||||||
kustomize build . --enable-helm
|
kustomize build . --enable-helm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Cameras are enumerated (with credentials) in secretspace.
|
||||||
|
@@ -51,6 +51,7 @@ config: |
|
|||||||
default: 30
|
default: 30
|
||||||
mode: motion
|
mode: motion
|
||||||
|
|
||||||
|
# go2rtc (IPs, creds) each camera defined in secretspace/kube:frigate/go2rtc-config.yml
|
||||||
cameras:
|
cameras:
|
||||||
server_room:
|
server_room:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
@@ -84,6 +85,22 @@ config: |
|
|||||||
- detect
|
- detect
|
||||||
- rtmp
|
- rtmp
|
||||||
- record
|
- record
|
||||||
|
ground_door:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://go2rtc:8554/ground_door
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
- rtmp
|
||||||
|
- record
|
||||||
|
back_door:
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://go2rtc:8554/back_door
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
- rtmp
|
||||||
|
- record
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Reference in New Issue
Block a user