[Support]: No frames have been received with no error in the logs #19479
Replies: 1 comment
-
|
Based on your configuration and the logs showing "no frames have been received on the detect stream," there are several issues to address with your AMD GPU hardware acceleration setup. The log shows a critical warning: "Did not detect hwaccel, using a GPU for accelerated video decoding is highly recommended" (1). This indicates that despite your configuration, hardware acceleration is not being properly detected or utilized. For AMD/ATI GPUs with the radeonsi driver, you need to ensure proper VAAPI configuration (1). Your environment variable Your Docker configuration includes The configuration shows you're using: ffmpeg:
hwaccel_args: preset-vaapiThis preset supports automatic profile selection for both H.264 and H.265 streams (1). There are also mask coordinate errors in your logs indicating your motion masks have coordinates outside the detection resolution. The errors show coordinates like "1920,918" and "1920,0" are outside the detection resolution of 1280x720 (2). You'll need to correct these using the mask editor in the UI. To troubleshoot:
The fact that everything works when you remove 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Describe the problem you are having
I'm using and AMD APU with two cameras and the following attached below. I can see the streams of both cameras, but neither the detection nor recording works. Each stream has "no frames have been received on the detect stream" message. Everything seems to work when
hwaccel_args: preset-vaapiis removed from ffmpeg config. Yet, according to the docs, everything should work fine after settingLIBVA_DRIVER_NAME=radeonsi. The debug page shows "no frames received" message. There are no errors in the logs.Steps to reproduce
...
Version
0.15.2-3bda638
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Other
Install method
Docker Compose
Network connection
Wired
Camera make and model
not relevant
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
using TrueNAS
Beta Was this translation helpful? Give feedback.
All reactions