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

Reliability of image transmission #99

Open
YorkWong1995 opened this issue Mar 22, 2024 · 4 comments
Open

Reliability of image transmission #99

YorkWong1995 opened this issue Mar 22, 2024 · 4 comments

Comments

@YorkWong1995
Copy link

The GIGE protocol network layer is transported via UDP。
How can we ensure that no packets are lost during transmission? Is there a part of this code that deals with that?

@Touseefelahi
Copy link
Owner

There is blockID and packetID in GVSP protocol, it can be used to make sure we received all the packets. And resend request can also be send from the client side.

@Touseefelahi
Copy link
Owner

Resend is not implemented in the library

@YorkWong1995
Copy link
Author

So, by now, we can determine if there is a packet loss, but there is no way to resend lost packet?

@Touseefelahi
Copy link
Owner

yes, resend is not implemented in the library yet.
It can be implemented in the future

Tell me about your requirement, what is the stream size? Image resolution and FPS?

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

2 participants