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

When minicap works on a still frame,the display image often gets stuck. #221

Open
YongShing opened this issue Jul 28, 2021 · 0 comments
Open

Comments

@YongShing
Copy link

When I tried to integrate mincap to my project,I met a problem that when minicap works on a still frame,the display image often gets stuck. I tried to figure it out.By analyzing the frame data,I found that the frame length figured out from the frame head according to the protocal may be very big and the frames we got later are all singular frames,which results in the image stucking when device works on a still frame.

I tried to avoid this problem by monitoring the frame data and when the wrong frame cames,discard that frame and try to connect socket again to get new frames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant