Make camera naming more clear (#6164)

This commit is contained in:
Nicolas Mowen 2023-04-19 16:48:39 -06:00 committed by GitHub
parent 433bf690e3
commit 03d37fe830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ mqtt:
enabled: False
cameras:
camera_1: # <------ Name the camera
name_of_your_camera: # <------ Name the camera
ffmpeg:
inputs:
- path: rtsp://10.0.10.10:554/rtsp # <----- The stream you want to use for detection
@ -44,7 +44,7 @@ Here is an example configuration with hardware acceleration configured for Intel
mqtt: ...
cameras:
camera_1:
name_of_your_camera:
ffmpeg:
inputs: ...
hwaccel_args: preset-vaapi
@ -64,7 +64,7 @@ detectors: # <---- add detectors
device: usb
cameras:
camera_1:
name_of_your_camera:
ffmpeg: ...
detect:
enabled: True # <---- turn on detection
@ -99,7 +99,7 @@ detectors:
device: usb
cameras:
camera_1:
name_of_your_camera:
ffmpeg:
inputs:
- path: rtsp://10.0.10.10:554/rtsp
@ -127,7 +127,7 @@ mqtt: ...
detectors: ...
cameras:
camera_1:
name_of_your_camera:
ffmpeg:
inputs:
- path: rtsp://10.0.10.10:554/rtsp
@ -156,7 +156,7 @@ mqtt: ...
detectors: ...
cameras:
camera_1: ...
name_of_your_camera: ...
detect: ...
record: ...
snapshots: # <----- Enable snapshots