-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ManagedStream: low fps when there are more than two clients #13
Comments
An old/bad camera also causes this |
This is also related to FPS. If fps is set high too high, the stream handler is called too many times. If the FPS is set to 60 and we have 5 clients open, then: 60*5=300 calls per second. Even though calls after 60 don't trigger a frame reading and processing, that's still a lot of calls I believe. I think I need someone more experienced for this one. |
About the bad cameras: I think the problem is the combination of both too many calls and the camera's bad shutter speed. So even if the camera is 30 fps you have to set a very low exposure to work correctly. |
#12 might be why
TL;DR: The more tabs you open, the lower fps the stream gets.
The text was updated successfully, but these errors were encountered: