mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-13 02:27:38 +03:00
Don't define camera by default
This commit is contained in:
parent
b1a5896b53
commit
5b393ed68c
@ -80,18 +80,7 @@ DEFAULT_CONFIG = """
|
|||||||
mqtt:
|
mqtt:
|
||||||
enabled: False
|
enabled: False
|
||||||
|
|
||||||
cameras:
|
cameras: {} # No cameras defined, UI wizard should be used
|
||||||
name_of_your_camera: # <------ Name the camera
|
|
||||||
enabled: True
|
|
||||||
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
|
|
||||||
height: 720
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DEFAULT_DETECTORS = {"cpu": {"type": "cpu"}}
|
DEFAULT_DETECTORS = {"cpu": {"type": "cpu"}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user