You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to run a pi zero as an ip cam to stream to open cv, and am getting bad frame rates with motioneyeos. Through googling my issue, I found your project here. My question is, what image do I flash? I don't see the zero w in the downloads, but you do mention config settings for it. At this time, I just simply need better framerate.
Thanks.
The text was updated successfully, but these errors were encountered:
My build here is quite old now, so I recommend using ccrisan's build (upstream motioneyeos) because all my work has been merged in.
To get good framerate from RPi Zero W IP camera, you'll have to set the RPi Zero W as Fast Network Camera (FNC mode). This option should be available under "Expert" settings. The RPi will reboot and go into FNC mode. Now you will have to enable RTSP mode, which is under "Video Streaming", change the "Streaming Protocol" to RTSP, and the rest you can leave as default. Most streaming problem is caused by poor/congested wifi, so start with low bitrate (1Mbps is fine), low framerate, and low resolution. Increase it slowly to see where your wifi bandwidth limit is.
On the OpenCV (receiving end), you'll want to read your video stream from rtsp://<rpi-zero-ip-address>/h264. Replace <rpi-zero-ip-address> with your rpi zero IP address or hostname, e.g. rtsp://192.168.1.200/h264.
Hello, I am trying to run a pi zero as an ip cam to stream to open cv, and am getting bad frame rates with motioneyeos. Through googling my issue, I found your project here. My question is, what image do I flash? I don't see the zero w in the downloads, but you do mention config settings for it. At this time, I just simply need better framerate.
Thanks.
The text was updated successfully, but these errors were encountered: