As soon as I add a second camera, nothing works #20191
Replies: 2 comments
-
|
Your issue where adding a second camera causes both cameras to fail, with errors like “frame0 not found” and “unable to read frames from the ffmpeg process,” could be related to several configuration and compatibility factors:
Action Steps:
If the camera’s non-standard resolution is the cause, adjusting it to a standard resolution is the recommended first step(1). 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
we will need to see your config with the second camera, along with a full copy of logs |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
Added one Axis IP (POE) camera using go2rtc for both streams = works fine
Used that same camera with a go2rtc stream for detect, and a direct to camera RTSP stream for record = works fine
Added a second Axis IP (POE) camera using go2rtc = nothing works, both cameras
using direct camera streams = nothing works, both cameras
using go2rtc and direct = nothing works, both cameras
... both cameras, the original working one, and the new one show "no frames have been received check error logs" and the logs say things like "frontdoor_frame0 not found" or "unable to read frames from the ffmpeg process"
funny thing is if I click on a camera, in the main view, it does show me that camera, however motion detection doesn't seem to be working
using...
environment:
runtime: nvidia
confirmed...
docker exec -it frigate nvidia-smi
...shows the RTX 3050 is available to docker
tried...
services:
frigate:
# ...
shm_size: "1g"
...same problem
tried...
ffmpeg:
path: "5.0"
...same problem
Version
0.16.1-e664cb2
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
Debian
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
Coral
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
The second camera I'm adding is not a normal 1080p rectangle resolution, rather it's a dewarped 360 view that is flattened by the camera to Panorama 2276 x 640 ... could this have something to do with the problem?
Beta Was this translation helpful? Give feedback.
All reactions