mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 01:00:54 +02:00
fix: frigate camera hostname
This commit is contained in:
@@ -20,8 +20,8 @@ detectors:
|
||||
device: usb
|
||||
|
||||
ffmpeg:
|
||||
global_args: ["-hide_banner", "-loglevel", "warning"]
|
||||
hwaccel_args: ["-hwaccel", "vaapi", "-hwaccel_device", "/dev/dri/renderD128", "-hwaccel_output_format", "yuv420p"]
|
||||
global_args: [-hide_banner, -loglevel, warning]
|
||||
hwaccel_args: [-hwaccel, vaapi, -hwaccel_device, /dev/dri/renderD128, -hwaccel_output_format, yuv420p]
|
||||
output_args:
|
||||
record: preset-record-generic-audio-aac
|
||||
|
||||
@@ -43,7 +43,7 @@ record:
|
||||
mode: active_objects
|
||||
|
||||
objects:
|
||||
track: ["person"]
|
||||
track: [person]
|
||||
filters:
|
||||
person:
|
||||
min_area: 5000
|
||||
@@ -61,10 +61,10 @@ cameras:
|
||||
inputs:
|
||||
- path: rtsp://localhost:8554/cam_01_bedroom?video=copy&audio=aac
|
||||
input_args: preset-rtsp-restream
|
||||
roles: ["record"]
|
||||
roles: [record]
|
||||
- path: rtsp://localhost:8554/cam_01_bedroom_sub?video=copy
|
||||
input_args: preset-rtsp-restream
|
||||
roles: ["detect"]
|
||||
roles: [detect]
|
||||
detect:
|
||||
width: 640
|
||||
height: 480
|
||||
|
@@ -19,10 +19,10 @@ spec:
|
||||
FRIGATE_CAMERA_USER: "{{ .FRIGATE_CAMERA_USER }}"
|
||||
FRIGATE_CAMERA_PASSWORD: "{{ .FRIGATE_CAMERA_PASSWORD }}"
|
||||
# EMQX
|
||||
FRIGATE_MQTT_USERNAME: "{{ .user_1_username }}"
|
||||
FRIGATE_MQTT_PASSWORD: "{{ .user_1_password }}"
|
||||
FRIGATE_MQTT_USERNAME: "{{ .EMQX_MQTT_USER }}"
|
||||
FRIGATE_MQTT_PASSWORD: "{{ .EMQX_MQTT_PASSWORD }}"
|
||||
# GENERIC
|
||||
FRIGATE_SECRET_DOMAIN: "{{ .SECRET_DOMAIN }}"
|
||||
FRIGATE_SECRET_DOMAIN: "{{ .SECRET_INTERNAL_DOMAIN }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: emqx
|
||||
|
Reference in New Issue
Block a user