Replies: 1 comment
-
It's using MJPEG encoder by default as you can see here As to why you got low fps, it's most likely limited by your network speed to the Pi. The Pis Wifi isn't that fast and therefore it can have trouble if the connection isn't good enough. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm configuring my conf based on the logs, i see that it says my webcam supports
'MJPG' (Motion-JPEG, compressed)
at 30 fps, but when i setcustom_flags: --format=MJPG
I don't get any image output at all.in the logs i also see
Size: Discrete 640x480 Interval: Discrete 0.033s (30.000 fps)
but when i use YUYV at 640x480, i only get 7~9 fpsAny ideas on how to improve fps? lowering the resolution doesn't seem to help, tho increasing it futher lowers the fps.
Log
Conf
Beta Was this translation helpful? Give feedback.
All reactions