Touseef Elahi
Touseef Elahi
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...
Resend is not implemented in the library
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?
Currently, this functionality is not implemented. It will be added in future hopefully.
It is not a big change, actually, it will be quite simple to implement. Documentation is quite weak part of this repository.
@CosbyBs86 At the moment, I'm not working on this, and I can't promise that the feature will be available soon.
Yeah sure, you can send the PR. Not actively maintained but updated occasionally.
There is no documentation for the project currently, for now you can check this example code here https://github.com/Touseefelahi/GigeVision/blob/master/GigeVisionLibrary.Test.Wpf/MainWindow.xaml.cs I just trimmed down the directory, it doesn't have unused projects and...
I have added some information on how to start the stream in the readme file
@RemyEE Local file mode is not tested/implemented from what I remember. To fix you must provide the xml file where it is required Check this method this will give you...