Setup ESP32 cam with Frigate #7532
Replies: 4 comments 18 replies
-
This is covered in the docs https://docs.frigate.video/configuration/camera_specific#mjpeg-cameras |
Beta Was this translation helpful? Give feedback.
-
Have had similar problems. I have tried transcoding with go2rtc but to no avail. When adding streams, I have no logs nor do I see them on the go2rtc 1984 port. Example that work for me: |
Beta Was this translation helpful? Give feedback.
-
I think I got it working with go2rtc for now. I had to "manually" add a temporary stream in the go2rtc server. Probably this is not the intended way, but at least I got it working. Note: You can only have one active stream from the esp-cam so delete any references to the stream URL elsewhere. So I guess in my case the culprit is the go2rtc configuration not working or I don't know how to configure it, since adding it manually works. Should the go2rtc config in the yaml automatically add the stream to the go2rtc server? If yes, I get pretty much similar errors as the OP. Maybe somebody with proper experience can elaborate. Workaround steps:
Not sure how this behaves if the server restarts, will prolly have to repeat step one. any comments would be appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Got it working today. I had to restart the LXC container in proxmox and go2rtc has added the stream and it now works. All this time I only restarted the app not the container itself. |
Beta Was this translation helpful? Give feedback.
-
Hi
I have a esp32 cam and I can’t get it to work with (in) frigate/Home Assistant. I have tried a number of setups/settings/combinations.
I have tried both esphome and arduino setup. Both methods work in a web browser but bad/not in frigate/Home Assistant.
Sometimes I can get "live stream" with a 10-20 sec delay, if I click in to the camera, not in cameras overview.
I have frigate in docker on a Synology with high performs.
Synology DS218+, cpu 2ghz, ram 6144mb
HA latest version on NUCi3.
My RSPT camera works but not my esp32 cam.
Frigate log
Cam setup
When I have this setup, sometimes I get no frames have been received, check error logs and sometimes I get live stream, with 8 sek delay.
Frigate log
Cam setup
Another setup
Cam setup
Frigate log
How should I config my camera so I can get live stream / detection etc works in Home Assistant/in frigate?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions