You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
459 B
15 lines
459 B
11 months ago
|
mqtt:
|
||
|
enabled: False
|
||
|
|
||
|
cameras:
|
||
|
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
|
||
|
roles:
|
||
|
- detect
|
||
|
detect:
|
||
|
enabled: False # <---- disable detection until you have a working camera feed
|
||
|
width: 1280 # <---- update for your camera's resolution
|
||
|
height: 720 # <---- update for your camera's resolution
|