Skip to content
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

Webcam feed is not keeping up on slow connections #10

Closed
viljamip opened this issue Aug 20, 2021 · 1 comment
Closed

Webcam feed is not keeping up on slow connections #10

viljamip opened this issue Aug 20, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@viljamip
Copy link

When using a slow connection, the webcam feed needs to drop frames in order to keep up. Right now it loads the frames sequentially so the feed advances frame by frame and it starts to lag way behind. It should flush the missed frames and load the most current one instead.

@Clon1998 Clon1998 added the bug Something isn't working label Aug 22, 2021
@Clon1998
Copy link
Owner

Fixed in 99afe49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants