Periodic wifi drops from cameras #469
blfriedman
started this conversation in
General
Replies: 1 comment 2 replies
-
Wifi is handled in dispatch process (if I remeber correctly) and it's not under my control. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running yi-hack 0.4.8 on the y23 cameras and see consistent wifi drops every half hour or less.
I do not believe it is related to wifi signal strength or the access point. The wifi signal strength on one camera experiencing the drops is -37 dBm as reported at the router (Asus RT-AC68P Merlin fw). The same camera reports wifi strength of 100%.
This issue is seen only for the yi cameras amongst many other devices across four different access points.
The cameras are not rebooting, only losing the wifi and then reconnecting.
On each camera, I have disabled everything but the RTSP video server ( I have disabled ALL of the following: RTSP audio, FTP, Cloud, recording to SD card, snapshot, ONVIF, telnet, and MQTT).
The cameras are simply providing two H.264 streams (both high and low resolution) to a single Frigate server which does all of the motion and human detection and recording external to the camera.
Looking at top, the camera app "rmm" is using around 37% cpu, and the H.264 streams are using 17-20% cpu. At the time of the drops, just before and just after, there does not seem to be any change seen in the top results w.r.t. cpu usage. There is at least 25% idle cpu report by top, and 2MB free memory.
Where is the wireless handled? Is it in the monolithic "rmm"? Has anyone else experienced similar wifi disconnects?
Beta Was this translation helpful? Give feedback.
All reactions