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

pylonsrc: How to handle corrupted frames #14

Open
joshdoe opened this issue Apr 8, 2020 · 3 comments
Open

pylonsrc: How to handle corrupted frames #14

joshdoe opened this issue Apr 8, 2020 · 3 comments

Comments

@joshdoe
Copy link
Owner

joshdoe commented Apr 8, 2020

Issue originated on an issue over at gst-pylonsrc, where this plugin originated, but is still a problem with the current merged source.

Currently, any corrupted frames cause the source to error out, bringing down the pipeline.

I'm thinking the best way to handle this is to have a property that will continue grabbing frames even if one is corrupted, and maybe another property that determines whether to pass or drop the corrupted frame. Input appreciated.

@AB-Eskild
Copy link
Contributor

AB-Eskild commented May 11, 2020

I also noticed that getting error messages is quite common occurrence in the Pylon viewer. Adjusting frame-rate resolution etc. (bandwidth optimization) helps reducing the frequency of these occurrences.

I think perhaps the plugin should only fail when the frequency of error messages gets too high, and be configurable as a parameter.

@joshdoe
Copy link
Owner Author

joshdoe commented Feb 24, 2021

I should say this should be fixed once #51 is merged, which should be within a day or so.

@thortom
Copy link
Contributor

thortom commented Jun 10, 2021

The changes have been merged, so this issue should be closed.

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

3 participants