Struggling to get Reolink wired Doorbell detecting/recording, etc
Hope someone can advise what i'm doing wrong I have 6 other Reolink cameras all seem to be ok but the doorbell (Wifi) not doing anything aside from displaying heres my yaml. Any advice appreciated:
The one in question is "doorbell" - though there may be other issues here.
Thanks
mqtt:
enabled: true
host: 192.168.0.23
port: 1883
user: MQTTUSER
password: xxx
ffmpeg:
hwaccel_args: preset-intel-qsv-h264 # If your sub-stream is H264
detectors:
ov:
type: openvino
device: GPU
model:
path: /openvino-model/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
model_type: ssd
lpr:
enabled: true
detection_threshold: 0.5
recognition_threshold: 0.7
min_plate_length: 5
device: CPU
model_size: small
enhancement: 1
known_plates:
Jos_car:
- x
Bobs_Car:
- x
Davids_Car:
- x
record:
enabled: true
alerts:
retain:
days: 7
detections:
retain:
days: 30
snapshots:
enabled: true
retain:
default: 30
objects:
track:
- person
- dog
- car
filters:
person:
min_area: 1500
min_score: 0.5
threshold: 0.7
dog:
min_area: 500
min_score: 0.4
go2rtc:
streams:
kitchen_main:
- ffmpeg:rtsp://admin:pword%3F2@192.168.0.55:554/h264Preview_01_main#video=copy#audio=copy#rtsp_transport=tcp
kitchen_sub:
- ffmpeg:rtsp://admin:pword%3F2@192.168.0.55:554/h264Preview_01_sub#video=copy#audio=copy#rtsp_transport=tcp
drive2_main:
- rtsp://admin:pword@192.168.0.80:554/Preview_01_main
drive2_sub:
- rtsp://admin:pword@192.168.0.80:554/Preview_01_sub
rear_main:
- rtsp://david:pword@192.168.0.123:88/videoMain
rear_sub:
- rtsp://david:pword@192.168.0.123:88/videoSub
gateone_main:
- rtsp://admin:pword@192.168.0.183:554/h264Preview_01_main#video=copy#audio=none
gateone_sub:
- rtsp://admin:pword@192.168.0.183:554/h264Preview_01_sub#video=copy#audio=none
doorbell_main:
doorbell_sub:
- ffmpeg:http://192.168.0.185:80/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=pword
driveway_1:
- ffmpeg:http://192.168.0.95/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=pword2
driveway_2:
- rtsp://admin:pword2@192.168.0.95:554/Preview_01_sub
cameras:
kitchen:
enabled: true
ffmpeg:
input_args: preset-rtsp-restream
inputs:
- path: rtsp://127.0.0.1:8554/kitchen_main
roles:
- record
- path: rtsp://127.0.0.1:8554/kitchen_sub
roles:
- detect
detect:
enabled: true
width: 640
height: 480
live:
streams:
Stream 1: kitchen_main
doorbell:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell_main
roles:
- record
- path: rtsp://127.0.0.1:8554/doorbell_sub
roles:
- detect
output_args:
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
detect:
width: 896
height: 672
fps: 10
record:
enabled: true
snapshots:
enabled: true
live:
streams:
doorbell_high: doorbell_main
drive2:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/drive2_main
roles:
- record
- path: rtsp://127.0.0.1:8554/drive2_sub
roles:
- detect
detect:
enabled: true
width: 640
height: 360
fps: 5
lpr:
enabled: true
Rear:
enabled: true
ffmpeg:
input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -an
inputs:
- path: rtsp://127.0.0.1:8554/rear_main
roles:
- record
- path: rtsp://127.0.0.1:8554/rear_sub
roles:
- detect
detect:
enabled: true
width: 1280
height: 720
fps: 5
live:
streams:
Main: rear_main
Sub: rear_sub
Stable:
enabled: true
ffmpeg:
input_args: -rtsp_transport udp -an
inputs:
- path: rtsp://192.168.0.106:554/user=admin_password=pword!_channel=1_stream=0.sdp?real_stream
roles:
- record
- path: rtsp://192.168.0.106:554/user=admin_password=pword!_channel=1_stream=1.sdp?real_stream
roles:
- detect
detect:
width: 704
height: 576
fps: 3
gateone:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/gateone_main
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/gateone_sub
input_args: preset-rtsp-restream
roles:
- detect
output_args:
record: preset-record-generic
detect:
enabled: true
width: 1536
height: 432
fps: 7
motion:
threshold: 15
contour_area: 10
record:
enabled: true
objects:
track:
- person
- car
ui:
dashboard: true
driveway:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/driveway_1
roles:
- record
- path: rtsp://127.0.0.1:8554/driveway_2
roles:
- detect
detect:
enabled: true
width: 640
height: 360
fps: 5
motion:
threshold: 20
contour_area: 20
record:
enabled: true
snapshots:
enabled: true
live:
streams:
Stream 1: driveway_1
Stream 2: driveway_2
version: 0.17-0