cameras: keting:# <------ Name the camera enabled:true ffmpeg: inputs: -path:rtsp://192.168.1.101:554/rtsp/stream1# <----- 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 mendao:# <------ Name the camera enabled:true ffmpeg: inputs: -path:rtsp://192.168.1.103:554/rtsp/stream1# <----- 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 menkou:# <------ Name the camera enabled:true ffmpeg: inputs: -path:rtsp://192.168.1.102:554/rtsp/stream1# <----- 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 detect: enabled:true version:0.16-0 go2rtc: streams: keting:## <- 这里的back为摄像头名称,根据你的实际情况进行调整 -rtsp://192.168.1.101:554/rtsp/stream1## <- 这里的rtsp为摄像头流地址 mendao:## <- 这里的back为摄像头名称,根据你的实际情况进行调整 -rtsp://192.168.1.103:554/rtsp/stream1## <- 这里的rtsp为摄像头流地址 menkou:## <- 这里的back为摄像头名称,根据你的实际情况进行调整 -rtsp://192.168.1.102:554/rtsp/stream1## <- 这里的rtsp为摄像头流地址 webrtc: candidates: -192.168.1.123:8555 -stun:8555 record: enabled:True# 只有设置了enabled为True时录制功能才会生效 retain: days:7 mode:all# 将在3天期间保存所有的录制视频,包括没有画面变动或没有检测到物体/目标的视频 alerts: retain: days:30 mode:motion# 将在最上面的3天后,仅保存画面有变动且属于核查中"警报"的视频30天 detections: retain: days:30 mode:motion# 将在最上面的3天后,仅保存画面有变动且属于核查中"检测"的视频30天