[Camera Support]: No frames have been received since update 0.13.x #10262
Answered
by
NickM-27
StefanW86
asked this question in
Camera Support
-
Describe the problem you are havingFrigate tells me for my reolink cameras the error message "no frames have been received". The issue happens since i updates to 0.13.0. Version0.13.2 Frigate config filemqtt:
host: 192.168.178.221
user: mqtt
password: mqttt
record:
enabled: True
events:
retain:
default: 5
objects:
- car
- person
snapshots:
enabled: True
detectors:
ov:
type: openvino
device: AUTO
model:
path: /openvino-model/ssdlite_mobilenet_v2.xml
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
objects:
track:
- person
- car
- dog
- bicycle
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 5000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 80000
go2rtc:
streams:
vorne:
- http://192.168.178.21/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=nvr&password=MG3
- "ffmpeg:front#audio=opus"
seite:
- http://192.168.178.48/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=nvr&password=MG3
- "ffmpeg:front#audio=opus"
hinten:
- http://192.168.178.49/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=nvr&password=6MG3
- "ffmpeg:front#audio=opus"
webrtc:
candidates:
- 192.168.178.222:8555
- stun:8555
cameras:
vorne:
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/vorne?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- detect
motion:
mask:
- 289,1440,2408,484,2560,613,2560,487,2560,243,2560,102,2560,0,1280,0,0,0,0,1440
seite:
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/seite?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- detect
motion:
mask:
- 0,1440,0,0,575,0,1708,0,1659,667,1251,654,789,1440
objects:
track:
- person
- bicycle
hinten:
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/hinten?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- detect
motion:
mask:
- 434,0,2560,0,2560,289,2560,465,2133,195,441,213Relevant log output2024-03-05 15:27:11.012703948 [INFO] Preparing Frigate...
2024-03-05 15:27:11.019017310 [INFO] Starting Frigate...
2024-03-05 15:27:11.856637645 [2024-03-05 15:27:11] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
2024-03-05 15:27:24.623222176 [2024-03-05 15:27:24] frigate.config WARNING : Customizing more than a detector model path is unsupported.
2024-03-05 15:27:24.628895362 [2024-03-05 15:27:24] peewee_migrate.logs INFO : Starting migrations
2024-03-05 15:27:24.642625259 [2024-03-05 15:27:24] peewee_migrate.logs INFO : There is nothing to migrate
2024-03-05 15:27:24.646227084 [2024-03-05 15:27:24] frigate.app INFO : Recording process started: 486
2024-03-05 15:27:24.647906230 [2024-03-05 15:27:24] frigate.app INFO : go2rtc process pid: 89
2024-03-05 15:27:24.661725245 [2024-03-05 15:27:24] detector.ov INFO : Starting detection process: 496
2024-03-05 15:27:24.665486218 [2024-03-05 15:27:24] frigate.app INFO : Output process started: 498
2024-03-05 15:27:24.674322481 [2024-03-05 15:27:24] frigate.app INFO : Camera processor started for vorne: 503
2024-03-05 15:27:24.678772806 [2024-03-05 15:27:24] frigate.app INFO : Camera processor started for seite: 505
2024-03-05 15:27:24.683920523 [2024-03-05 15:27:24] frigate.app INFO : Camera processor started for hinten: 507
2024-03-05 15:27:24.688586076 [2024-03-05 15:27:24] frigate.app INFO : Capture process started for vorne: 509
2024-03-05 15:27:24.694696531 [2024-03-05 15:27:24] frigate.app INFO : Capture process started for seite: 516
2024-03-05 15:27:24.699442221 [2024-03-05 15:27:24] frigate.app INFO : Capture process started for hinten: 519
2024-03-05 15:27:24.929767306 [2024-03-05 15:27:24] frigate.detectors.plugins.openvino INFO : Model Input Shape: [1,300,300,3]
2024-03-05 15:27:24.929827601 [2024-03-05 15:27:24] frigate.detectors.plugins.openvino INFO : Model Output-0 Shape: [1,1,100,7]
2024-03-05 15:27:24.929867456 [2024-03-05 15:27:24] frigate.detectors.plugins.openvino INFO : Model has 1 Output Tensors
2024-03-05 15:28:34.712790481 [2024-03-05 15:28:34] watchdog.vorne INFO : No frames received from vorne in 20 seconds. Exiting ffmpeg...
2024-03-05 15:28:34.712962530 [2024-03-05 15:28:34] watchdog.vorne INFO : Waiting for ffmpeg to exit gracefully...
2024-03-05 15:28:34.720861406 [2024-03-05 15:28:34] watchdog.seite INFO : No frames received from seite in 20 seconds. Exiting ffmpeg...
2024-03-05 15:28:34.721188156 [2024-03-05 15:28:34] watchdog.seite INFO : Waiting for ffmpeg to exit gracefully...
2024-03-05 15:28:34.722383964 [2024-03-05 15:28:34] watchdog.hinten INFO : No frames received from hinten in 20 seconds. Exiting ffmpeg...
2024-03-05 15:28:34.722621865 [2024-03-05 15:28:34] watchdog.hinten INFO : Waiting for ffmpeg to exit gracefully...
2024-03-05 15:28:34.740689151 [2024-03-05 15:28:34] frigate.video ERROR : seite: Unable to read frames from ffmpeg process.
2024-03-05 15:28:34.740744209 [2024-03-05 15:28:34] frigate.video ERROR : seite: ffmpeg process is not running. exiting capture thread...
2024-03-05 15:28:34.786014812 [2024-03-05 15:28:34] frigate.video ERROR : hinten: Unable to read frames from ffmpeg process.
2024-03-05 15:28:34.786457923 [2024-03-05 15:28:34] frigate.video ERROR : hinten: ffmpeg process is not running. exiting capture thread...
2024-03-05 15:28:34.786711189 [2024-03-05 15:28:34] frigate.video ERROR : vorne: Unable to read frames from ffmpeg process.
2024-03-05 15:28:34.786744789 [2024-03-05 15:28:34] frigate.video ERROR : vorne: ffmpeg process is not running. exiting capture thread...
2024-03-05 15:28:44.748173644 [2024-03-05 15:28:44] watchdog.seite ERROR : Ffmpeg process crashed unexpectedly for seite.
2024-03-05 15:28:44.748250883 [2024-03-05 15:28:44] watchdog.seite ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-05 15:28:44.748433668 [2024-03-05 15:28:44] ffmpeg.seite.detect ERROR : [segment @ 0x557bd8a781c0] Non-monotonous DTS in output stream 0:0; previous: 4289388, current: 1577532; changing to 4289389. This may result in incorrect timestamps in the output file.
2024-03-05 15:28:44.748577105 [2024-03-05 15:28:44] ffmpeg.seite.detect ERROR : [segment @ 0x557bd8a781c0] Non-monotonous DTS in output stream 0:0; previous: 4289389, current: 1581132; changing to 4289390. This may result in incorrect timestamps in the output file.
2024-03-05 15:28:44.748661329 [2024-03-05 15:28:44] ffmpeg.seite.detect ERROR : [segment @ 0x557bd8a781c0] Non-monotonous DTS in output stream 0:0; previous: 4289390, current: 1584822; changing to 4289391. This may result in incorrect timestamps in the output file.
2024-03-05 15:28:44.748771389 [2024-03-05 15:28:44] ffmpeg.seite.detect ERROR : [segment @ 0x557bd8a781c0] Non-monotonous DTS in output stream 0:0; previous: 4289391, current: 1588422; changing to 4289392. This may result in incorrect timestamps in the output file.
2024-03-05 15:28:44.748880208 [2024-03-05 15:28:44] ffmpeg.seite.detect ERROR : [segment @ 0x557bd8a781c0] Non-monotonous DTS in output stream 0:0; previous: 4289392, current: 1592022; changing to 4289393. This may result in incorrect timestamps in the output file.
2024-03-05 15:28:44.748990000 [2024-03-05 15:28:44] ffmpeg.seite.detect ERROR : [segment @ 0x557bd8a781c0] Non-monotonous DTS in output stream 0:0; previous: 4289393, current: 1595622; changing to 4289394. This may result in incorrect timestamps in the output file.
2024-03-05 15:28:44.749099724 [2024-03-05 15:28:44] ffmpeg.seite.detect ERROR : [segment @ 0x557bd8a781c0] Non-monotonous DTS in output stream 0:0; previous: 4289394, current: 1599222; changing to 4289395. This may result in incorrect timestamps in the output file.
2024-03-05 15:28:44.749203941 [2024-03-05 15:28:44] ffmpeg.seite.detect ERROR : [segment @ 0x557bd8a781c0] Non-monotonous DTS in output stream 0:0; previous: 4289395, current: 1602822; changing to 4289396. This may result in incorrect timestamps in the output file.FFprobe output from your cameraFFPROBE OUTPUT
Stream 0:
Return Code: 0
Video:
Codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
Resolution: 2560x1440
FPS: Unknown
Audio:
Codec: AAC (Advanced Audio Coding)Frigate statsNo response Operating systemDebian Install methodDocker Compose Coral versionCPU (no coral) Network connectionWired Camera make and modelReolink RLC-820A Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Mar 9, 2024
Replies: 1 comment 3 replies
-
|
You should use the recommended reolink config https://docs.frigate.video/configuration/camera_specific#reolink-cameras |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it is not the same, and yes but things changed with 0.13 hence there is a new recommended config