mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-14 00:17:05 +01:00
Make camera naming more clear (#6164)
This commit is contained in:
parent
433bf690e3
commit
03d37fe830
@ -14,7 +14,7 @@ mqtt:
|
|||||||
enabled: False
|
enabled: False
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
camera_1: # <------ Name the camera
|
name_of_your_camera: # <------ Name the camera
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://10.0.10.10:554/rtsp # <----- The stream you want to use for detection
|
- 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: ...
|
mqtt: ...
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
camera_1:
|
name_of_your_camera:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs: ...
|
inputs: ...
|
||||||
hwaccel_args: preset-vaapi
|
hwaccel_args: preset-vaapi
|
||||||
@ -64,7 +64,7 @@ detectors: # <---- add detectors
|
|||||||
device: usb
|
device: usb
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
camera_1:
|
name_of_your_camera:
|
||||||
ffmpeg: ...
|
ffmpeg: ...
|
||||||
detect:
|
detect:
|
||||||
enabled: True # <---- turn on detection
|
enabled: True # <---- turn on detection
|
||||||
@ -99,7 +99,7 @@ detectors:
|
|||||||
device: usb
|
device: usb
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
camera_1:
|
name_of_your_camera:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://10.0.10.10:554/rtsp
|
- path: rtsp://10.0.10.10:554/rtsp
|
||||||
@ -127,7 +127,7 @@ mqtt: ...
|
|||||||
detectors: ...
|
detectors: ...
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
camera_1:
|
name_of_your_camera:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://10.0.10.10:554/rtsp
|
- path: rtsp://10.0.10.10:554/rtsp
|
||||||
@ -156,7 +156,7 @@ mqtt: ...
|
|||||||
detectors: ...
|
detectors: ...
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
camera_1: ...
|
name_of_your_camera: ...
|
||||||
detect: ...
|
detect: ...
|
||||||
record: ...
|
record: ...
|
||||||
snapshots: # <----- Enable snapshots
|
snapshots: # <----- Enable snapshots
|
||||||
|
Loading…
Reference in New Issue
Block a user