[Support]: ffmpeg crashed and unable to read frames #10578
-
Describe the problem you are havingHi, since update to 0.13.2 i have problems with the ffmpeg. All ffmpeg camera streams are crashing every ~1minute. When crashed i get "no frames have been received check error logs" Some of the motion recordings are useless if there is a crash. Currently i have two Cameras, these are Reolink RLC-520A V2. I updated the firmware to newest version i found. I hope someone have a idea how i can fix it. Version0.13.2-6476F8A Frigate config filemqtt:
enabled: true
host: 172.17.100.8
port: 1883
user: ********
password: ********
stats_interval: 60
detectors:
coral:
type: edgetpu
device: pci:0
go2rtc:
streams:
#Kamera Terasse
kamera_gartenweg:
- http://172.17.31.244/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=*****
- "ffmpeg:reolink#audio=opus#video=h264"
kamera_gartenweg_sub:
- http://172.17.31.244/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=*****
#Kamera Seiteneingang
kamera_seite:
- http://172.17.31.245/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=*****
- "ffmpeg:reolink#audio=opus"
kamera_seite_sub:
- http://172.17.31.245/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=*****
objects:
track:
- person
- dog
- cat
- bird
cameras:
#Kamera Terasse
kamera_gartenweg: # <------ Name the camera
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/kamera_gartenweg_sub # <----- The stream you want to use for detection
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/kamera_gartenweg?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: true # <---- disable detection until you have a working camera feed
width: 640 # <---- update for your camera's resolution
height: 480 # <---- update for your camera's resolution
fps: 4
record:
enabled: true
retain:
days: 7
mode: all
events:
retain:
default: 14
mode: all
snapshots:
enabled: true
motion:
mask:
- 303,49,210,107,226,161,273,279,404,342,578,296,579,229,538,187
#Kamera_Seiteneingang
kamera_seite: # <------ Name the camera
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/kamera_seite_sub?video=copy # <----- The stream you want to use for detection
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/kamera_seite?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
detect:
enabled: True # <---- disable detection until you have a working camera feed
width: 640 # <---- update for your camera's resolution
height: 480 # <---- update for your camera's resolution
fps: 4
record:
enabled: true
retain:
days: 7
mode: all
events:
retain:
default: 14
mode: all
snapshots:
enabled: true Relevant log output2024-03-21 11:09:19.097556348 [2024-03-21 11:09:19] watchdog.kamera_seite INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:09:19.116710398 [2024-03-21 11:09:19] frigate.video ERROR : kamera_seite: Unable to read frames from ffmpeg process.
2024-03-21 11:09:19.117298796 [2024-03-21 11:09:19] frigate.video ERROR : kamera_seite: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:09:29.119012343 [2024-03-21 11:09:29] watchdog.kamera_seite ERROR : Ffmpeg process crashed unexpectedly for kamera_seite.
2024-03-21 11:09:29.119023470 [2024-03-21 11:09:29] watchdog.kamera_seite ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-21 11:09:45.882682608 [2024-03-21 11:09:45] watchdog.kamera_gartenweg INFO : No frames received from kamera_gartenweg in 20 seconds. Exiting ffmpeg...
2024-03-21 11:09:45.882697914 [2024-03-21 11:09:45] watchdog.kamera_gartenweg INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:09:45.928735819 [2024-03-21 11:09:45] frigate.video ERROR : kamera_gartenweg: Unable to read frames from ffmpeg process.
2024-03-21 11:09:45.929879553 [2024-03-21 11:09:45] frigate.video ERROR : kamera_gartenweg: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:09:55.945982858 [2024-03-21 11:09:55] watchdog.kamera_gartenweg ERROR : Ffmpeg process crashed unexpectedly for kamera_gartenweg.
2024-03-21 11:09:55.946347619 [2024-03-21 11:09:55] watchdog.kamera_gartenweg ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-21 11:10:29.145648860 [2024-03-21 11:10:29] watchdog.kamera_seite ERROR : No new recording segments were created for kamera_seite in the last 120s. restarting the ffmpeg record process...
2024-03-21 11:10:29.145659721 [2024-03-21 11:10:29] watchdog.kamera_seite INFO : Terminating the existing ffmpeg process...
2024-03-21 11:10:29.145663887 [2024-03-21 11:10:29] watchdog.kamera_seite INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:10:39.174895152 [2024-03-21 11:10:39] watchdog.kamera_seite INFO : No frames received from kamera_seite in 20 seconds. Exiting ffmpeg...
2024-03-21 11:10:39.175627575 [2024-03-21 11:10:39] watchdog.kamera_seite INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:10:39.209433495 [2024-03-21 11:10:39] frigate.video ERROR : kamera_seite: Unable to read frames from ffmpeg process.
2024-03-21 11:10:39.210723763 [2024-03-21 11:10:39] frigate.video ERROR : kamera_seite: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:10:49.219178109 [2024-03-21 11:10:49] watchdog.kamera_seite ERROR : Ffmpeg process crashed unexpectedly for kamera_seite.
2024-03-21 11:10:49.219397521 [2024-03-21 11:10:49] watchdog.kamera_seite ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-21 11:11:05.964946983 [2024-03-21 11:11:05] watchdog.kamera_gartenweg INFO : No frames received from kamera_gartenweg in 20 seconds. Exiting ffmpeg...
2024-03-21 11:11:05.965513584 [2024-03-21 11:11:05] watchdog.kamera_gartenweg INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:11:05.995923974 [2024-03-21 11:11:05] frigate.video ERROR : kamera_gartenweg: Unable to read frames from ffmpeg process.
2024-03-21 11:11:05.997559160 [2024-03-21 11:11:05] frigate.video ERROR : kamera_gartenweg: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:11:16.001053840 [2024-03-21 11:11:15] watchdog.kamera_gartenweg ERROR : Ffmpeg process crashed unexpectedly for kamera_gartenweg.
2024-03-21 11:11:16.001637531 [2024-03-21 11:11:15] watchdog.kamera_gartenweg ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-21 11:11:56.029361034 [2024-03-21 11:11:56] watchdog.kamera_gartenweg ERROR : No new recording segments were created for kamera_gartenweg in the last 120s. restarting the ffmpeg record process...
2024-03-21 11:11:56.029906566 [2024-03-21 11:11:56] watchdog.kamera_gartenweg INFO : Terminating the existing ffmpeg process...
2024-03-21 11:11:56.030308112 [2024-03-21 11:11:56] watchdog.kamera_gartenweg INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:11:59.233510880 [2024-03-21 11:11:59] watchdog.kamera_seite INFO : No frames received from kamera_seite in 20 seconds. Exiting ffmpeg...
2024-03-21 11:11:59.233816355 [2024-03-21 11:11:59] watchdog.kamera_seite INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:11:59.264843765 [2024-03-21 11:11:59] frigate.video ERROR : kamera_seite: Unable to read frames from ffmpeg process.
2024-03-21 11:11:59.265709327 [2024-03-21 11:11:59] frigate.video ERROR : kamera_seite: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:12:09.268472114 [2024-03-21 11:12:09] watchdog.kamera_seite ERROR : Ffmpeg process crashed unexpectedly for kamera_seite.
2024-03-21 11:12:09.268486600 [2024-03-21 11:12:09] watchdog.kamera_seite ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-21 11:12:26.072721747 [2024-03-21 11:12:26] watchdog.kamera_gartenweg INFO : No frames received from kamera_gartenweg in 20 seconds. Exiting ffmpeg...
2024-03-21 11:12:26.072989929 [2024-03-21 11:12:26] watchdog.kamera_gartenweg INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:12:26.122393613 [2024-03-21 11:12:26] frigate.video ERROR : kamera_gartenweg: Unable to read frames from ffmpeg process.
2024-03-21 11:12:26.123969679 [2024-03-21 11:12:26] frigate.video ERROR : kamera_gartenweg: Unable to read frames from ffmpeg process.
2024-03-21 11:12:26.124982596 [2024-03-21 11:12:26] frigate.video ERROR : kamera_gartenweg: Unable to read frames from ffmpeg process.
2024-03-21 11:12:26.125571975 [2024-03-21 11:12:26] frigate.video ERROR : kamera_gartenweg: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:12:36.128315259 [2024-03-21 11:12:36] watchdog.kamera_gartenweg ERROR : Ffmpeg process crashed unexpectedly for kamera_gartenweg.
2024-03-21 11:12:36.128331273 [2024-03-21 11:12:36] watchdog.kamera_gartenweg ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-21 11:13:19.300977916 [2024-03-21 11:13:19] watchdog.kamera_seite INFO : No frames received from kamera_seite in 20 seconds. Exiting ffmpeg...
2024-03-21 11:13:19.301249439 [2024-03-21 11:13:19] watchdog.kamera_seite INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:13:19.342977905 [2024-03-21 11:13:19] frigate.video ERROR : kamera_seite: Unable to read frames from ffmpeg process.
2024-03-21 11:13:19.344957770 [2024-03-21 11:13:19] frigate.video ERROR : kamera_seite: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:13:19.347475366 [2024-03-21 11:13:19] watchdog.kamera_seite ERROR : No new recording segments were created for kamera_seite in the last 120s. restarting the ffmpeg record process...
2024-03-21 11:13:19.348053863 [2024-03-21 11:13:19] watchdog.kamera_seite INFO : Terminating the existing ffmpeg process...
2024-03-21 11:13:19.348546817 [2024-03-21 11:13:19] watchdog.kamera_seite INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:13:29.446757673 [2024-03-21 11:13:29] watchdog.kamera_seite ERROR : Ffmpeg process crashed unexpectedly for kamera_seite.
2024-03-21 11:13:29.447147380 [2024-03-21 11:13:29] watchdog.kamera_seite ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-21 11:13:46.160944921 [2024-03-21 11:13:46] watchdog.kamera_gartenweg INFO : No frames received from kamera_gartenweg in 20 seconds. Exiting ffmpeg...
2024-03-21 11:13:46.161157276 [2024-03-21 11:13:46] watchdog.kamera_gartenweg INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:13:46.192361464 [2024-03-21 11:13:46] frigate.video ERROR : kamera_gartenweg: Unable to read frames from ffmpeg process.
2024-03-21 11:13:46.193007121 [2024-03-21 11:13:46] frigate.video ERROR : kamera_gartenweg: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:13:56.195926250 [2024-03-21 11:13:56] watchdog.kamera_gartenweg ERROR : Ffmpeg process crashed unexpectedly for kamera_gartenweg.
2024-03-21 11:13:56.195942519 [2024-03-21 11:13:56] watchdog.kamera_gartenweg ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-21 11:14:39.465212559 [2024-03-21 11:14:39] watchdog.kamera_seite INFO : No frames received from kamera_seite in 20 seconds. Exiting ffmpeg...
2024-03-21 11:14:39.465622342 [2024-03-21 11:14:39] watchdog.kamera_seite INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:14:39.494249844 [2024-03-21 11:14:39] frigate.video ERROR : kamera_seite: Unable to read frames from ffmpeg process.
2024-03-21 11:14:39.495962620 [2024-03-21 11:14:39] frigate.video ERROR : kamera_seite: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:14:46.224659722 [2024-03-21 11:14:46] watchdog.kamera_gartenweg ERROR : No new recording segments were created for kamera_gartenweg in the last 120s. restarting the ffmpeg record process...
2024-03-21 11:14:46.225260473 [2024-03-21 11:14:46] watchdog.kamera_gartenweg INFO : Terminating the existing ffmpeg process...
2024-03-21 11:14:46.225634478 [2024-03-21 11:14:46] watchdog.kamera_gartenweg INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:14:49.500873135 [2024-03-21 11:14:49] watchdog.kamera_seite ERROR : Ffmpeg process crashed unexpectedly for kamera_seite.
2024-03-21 11:14:49.503392712 [2024-03-21 11:14:49] watchdog.kamera_seite ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-21 11:15:06.313181644 [2024-03-21 11:15:06] watchdog.kamera_gartenweg INFO : No frames received from kamera_gartenweg in 20 seconds. Exiting ffmpeg...
2024-03-21 11:15:06.313744857 [2024-03-21 11:15:06] watchdog.kamera_gartenweg INFO : Waiting for ffmpeg to exit gracefully...
2024-03-21 11:15:06.340950598 [2024-03-21 11:15:06] frigate.video ERROR : kamera_gartenweg: Unable to read frames from ffmpeg process.
2024-03-21 11:15:06.340967074 [2024-03-21 11:15:06] frigate.video ERROR : kamera_gartenweg: ffmpeg process is not running. exiting capture thread...
2024-03-21 11:15:16.344342021 [2024-03-21 11:15:16] watchdog.kamera_gartenweg ERROR : Ffmpeg process crashed unexpectedly for kamera_gartenweg.
2024-03-21 11:15:16.344752901 [2024-03-21 11:15:16] watchdog.kamera_gartenweg ERROR : The following ffmpeg logs include the last 100 lines prior to exit. FFprobe output from your camera[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"0/0","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":672,"width":896}]}},{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"0/0","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":1440,"width":2560},{"avg_frame_rate":"0/0","codec_long_name":"AAC(AdvancedAudioCoding)"}]}}] Frigate stats{"cameras":{"kamera_gartenweg":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":3.7,"capture_pid":318,"detection_enabled":1,"detection_fps":1.3,"ffmpeg_pid":177229,"pid":315,"process_fps":3.2,"skipped_fps":0.5},"kamera_seite":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":4.1,"capture_pid":320,"detection_enabled":1,"detection_fps":2.1,"ffmpeg_pid":177176,"pid":316,"process_fps":4.1,"skipped_fps":0.0}},"cpu_usages":{"1":{"cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service","cpu":"0.0","cpu_average":"0","mem":"0.0"},"15":{"cmdline":"s6-supervise s6-linux-init-shutdownd","cpu":"0.0","cpu_average":"0","mem":"0.0"},"16":{"cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B","cpu":"0.0","cpu_average":"0","mem":"0.0"},"24":{"cmdline":"s6-supervise nginx-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"25":{"cmdline":"s6-supervise nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"26":{"cmdline":"s6-supervise frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"27":{"cmdline":"s6-supervise s6rc-fdholder","cpu":"0.0","cpu_average":"0","mem":"0.0"},"28":{"cmdline":"s6-supervise s6rc-oneshot-runner","cpu":"0.0","cpu_average":"0","mem":"0.0"},"29":{"cmdline":"s6-supervise go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"30":{"cmdline":"s6-supervise frigate-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"31":{"cmdline":"s6-supervise go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"32":{"cmdline":"s6-supervise go2rtc-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"41":{"cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules","cpu":"0.0","cpu_average":"0","mem":"0.0"},"42":{"cmdline":"/package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --","cpu":"0.0","cpu_average":"0","mem":"0.0"},"80":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"81":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"82":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"89":{"cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml","cpu":"19.5","cpu_average":"18","mem":"0.2"},"105":{"cmdline":"bash ./run.user go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"107":{"cmdline":"python3 -u -m frigate","cpu":"5.9","cpu_average":"1","mem":"1.0"},"121":{"cmdline":"nginx: master process nginx","cpu":"0.0","cpu_average":"0","mem":"0.1"},"146":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"147":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"148":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"150":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"158":{"cmdline":"nginx: cache manager process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"296":{"cmdline":"frigate.logger ","cpu":"0.0","cpu_average":"0","mem":"0.3"},"298":{"cmdline":"frigate.recording_manager","cpu":"0.0","cpu_average":"1","mem":"1.3"},"307":{"cmdline":"/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(45)","cpu":"0.6","cpu_average":"0","mem":"0.1"},"308":{"cmdline":"frigate.detector.coral","cpu":"0.6","cpu_average":"1","mem":"0.4"},"310":{"cmdline":"frigate.output ","cpu":"1.2","cpu_average":"0","mem":"0.4"},"315":{"cmdline":"frigate.process:kamera_gartenweg","cpu":"2.9","cpu_average":"3","mem":"0.5"},"316":{"cmdline":"frigate.process:kamera_seite","cpu":"3.5","cpu_average":"2","mem":"0.5"},"318":{"cmdline":"frigate.capture:kamera_gartenweg","cpu":"1.8","cpu_average":"1","mem":"0.4"},"320":{"cmdline":"frigate.capture:kamera_seite","cpu":"1.2","cpu_average":"1","mem":"0.4"},"336":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 640x480 -i pipe: -f mpegts -s 960x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"339":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 640x480 -i pipe: -f mpegts -s 960x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"346":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"177069":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://127.0.0.1:8554/kamera_gartenweg?video=copy&audio=aac -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an /tmp/cache/kamera_gartenweg@%Y%m%d%H%M%S%z.mp4","cpu":"2.4","cpu_average":"2","mem":"0.3"},"177176":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://127.0.0.1:8554/kamera_seite_sub?video=copy -r 4 -vf fps=4,scale=640:480 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"22.3","cpu_average":"16","mem":"0.4"},"177178":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://127.0.0.1:8554/kamera_seite?video=copy&audio=aac -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an /tmp/cache/kamera_seite@%Y%m%d%H%M%S%z.mp4","cpu":"2.9","cpu_average":"2","mem":"0.3"},"177221":{"cmdline":"sleep 30s","cpu":"0.0","cpu_average":"0","mem":"0.0"},"177229":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://127.0.0.1:8554/kamera_gartenweg_sub -r 4 -vf fps=4,scale=640:480 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"20.0","cpu_average":"10","mem":"0.4"}},"detection_fps":3.4,"detectors":{"coral":{"detection_start":0.0,"inference_speed":10.49,"pid":308}},"processes":{"go2rtc":{"pid":89},"logger":{"pid":296},"recording":{"pid":298}},"service":{"last_updated":1711019806,"latest_version":"0.13.2","storage":{"/dev/shm":{"free":505.0,"mount_type":"tmpfs","total":512.0,"used":7.0},"/media/frigate/clips":{"free":5328574.0,"mount_type":"nfs","total":7407241.0,"used":2078667.0},"/media/frigate/recordings":{"free":5328574.0,"mount_type":"nfs","total":7407241.0,"used":2078667.0},"/tmp/cache":{"free":890.4,"mount_type":"tmpfs","total":953.7,"used":63.3}},"temperatures":{"apex_0":51.55},"uptime":140017,"version":"0.13.2-6476f8a"}} Operating systemDebian Install methodDocker CLI Coral versionM.2 Network connectionWired Camera make and modelReolink RLC-520a V2 Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'd recommend using the recommended reolink config https://docs.frigate.video/configuration/camera_specific#reolink-cameras |
Beta Was this translation helpful? Give feedback.
I'd recommend using the recommended reolink config https://docs.frigate.video/configuration/camera_specific#reolink-cameras