So hello again,
i have change to frigate 0.9.0 Release Candidate 2
now my reolink camera’s (RLC-520) are smearing…
Before in v0.8.4 everything was fine…
can someone help to solve this problem?
here is my config:
ffmpeg:
# hwaccel_args:
# - -hwaccel
# - cuda
# - -c:v
# - h264_cuvid
input_args: -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -stimeout 5000000 -use_wallclock_as_timestamps 1 #-c:v h264_cuvid
output_args:
detect: -f rawvideo -pix_fmt yuv420p -filter:v fps=fps=5
record: -f segment -segment_time 60 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an
clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an
rtmp: -c copy -map 0 -f flv
- -filter:v
# - fps=fps=5
mqtt:
host: 10.0.0.65
port: 1883
topic_prefix: frigate
client_id: frigate
stats_interval: 60
cameras:
Front:
ffmpeg:
output_args:
rtmp: -c copy -map 0 -f flv
inputs:
# - path: rtsp://admin:[email protected]/1
# roles:
# - detect
- path: rtsp://admin:[email protected]/Streaming/Channels/1
roles:
- detect
- rtmp
# - clips
# width: 720
# height: 480
width: 2560
height: 1440
fps: 5
clips:
enabled: false
pre_capture: 5
post_capture: 5
objects:
- person
required_zones: []
retain:
default: 10
objects:
person: 15
motion:
mask:
- 0,0,1769,0,1885,0,1897,152,1669,165,1457,255,989,485,529,740,0,1083
zones:
Vorgarten:
coordinates: 0,1440,1737,1440,2560,1440,2560,0,1870,0,1878,163,1664,173,1555,219,1395,288,1156,411,788,609,704,650,63,1046,0,1079
Garten:
ffmpeg:
global_args:
- '-hide_banner'
- '-loglevel'
- info
input_args:
- -avoid_negative_ts
- make_zero
- -fflags
- nobuffer
- -flags
- low_delay
- -strict
- experimental
- -fflags
- +genpts+discardcorrupt
- -rw_timeout
- "5000000"
- -use_wallclock_as_timestamps
- "1"
output_args:
# rtmp: -c:v libx264 -an -f flv -an
clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
inputs:
# - path: rtmp://10.0.0.17/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=xxxx
# - path: rtmp://admin:[email protected]/bcs/channel0_sub.bcs?token=sdasdasd&channel=0&stream=0&user=admin&password=xxxx
# roles:
# - detect
- path: rtmp://admin:[email protected]/bcs/channel0_main.bcs?token=sdasdasd&channel=0&stream=0&user=admin&password=xxxx
# - path: rtsp://admin:[email protected]:554//h264Preview_01_main
roles:
- detect
- rtmp
# - clips
# width: 640
# height: 480
detect:
# width: 2560
# height: 1920
width: 2048
height: 1536
fps: 5
rtmp:
enabled: True
# clips:
# enabled: true
# pre_capture: 5
# post_capture: 5
# objects:
# - person
# required_zones: []
# retain:
# default: 10
# objects:
# person: 15
motion:
mask:
- 79,242,454,49,895,52,1249,55,1472,30,1916,251,1898,309,2048,340,2048,0,0,0,0,256,96,314,128,261
zones:
hinten_links:
coordinates: 2048,1536,2048,331,1901,307,1903,270,1944,268,1470,36,1239,52,1018,51,908,43,872,44,437,42,377,75,137,189,77,232,124,298,81,304,0,250,0,1536
objects:
track:
- person
- dog
Gartenhaus:
ffmpeg:
global_args:
- '-hide_banner'
- '-loglevel'
- info
input_args:
- -avoid_negative_ts
- make_zero
- -fflags
- nobuffer
- -flags
- low_delay
- -strict
- experimental
- -fflags
- +genpts+discardcorrupt
- -rw_timeout
- "5000000"
- -use_wallclock_as_timestamps
- "1"
output_args:
# rtmp: -c:v libx264 -an -f flv -an
clips: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
inputs:
# - path: rtmp://10.0.0.19/bcs/channel0_main.bcs?channel=0&stream=0&user=admin&password=xxx
# - path: rtmp://admin:[email protected]/bcs/channel0_sub.bcs?token=sdasdasd&channel=0&stream=0&user=admin&password=xxx
# roles:
# - detect
- path: rtmp://admin:[email protected]/bcs/channel0_main.bcs?token=sdasdasd&channel=0&stream=0&user=admin&password=xxx
roles:
- detect
- rtmp
# - clips
# width: 640
# height: 480
detect:
width: 2048
height: 1536
fps: 5
rtmp:
enabled: True
clips:
enabled: true
pre_capture: 5
post_capture: 5
objects:
- person
required_zones: []
retain:
default: 10
objects:
person: 15
motion:
mask:
- 2048,569,1670,497,1676,346,1714,328,1552,216,1162,36,897,98,427,241,426,265,356,313,398,339,159,365,60,387,0,388,0,0,2048,0
zones:
hinten_rechts:
coordinates: 2048,1536,2048,561,1662,495,1670,335,1546,209,1162,22,424,233,443,276,358,307,364,346,51,373,0,393,0,1536
objects:
track:
- person
- dog
objects:
track:
- person
- cat
- dog
- car
filters:
person:
#min_area: 5000
#max_area: 100000
#min_score: 0.6
threshold: 0.7
detectors:
coral:
type: edgetpu
device: usb
I apologize for the many comments in my config, but I’ve already played around a bit…
greetings chris