We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. When operating a Machine Vision camera that is hardware triggered on an assembly line, when the production stops for more than 2 seconds, GST drops the connection due to a hardcoded timeout in the line: https://github.com/AravisProject/aravis/blob/main/gst/gstaravis.c#L45
Describe the solution you'd like We would like to see a configuration option for the aravissrc for the timeout manipulation.
aravissrc
Describe alternatives you've considered String replace the .c file and recompile the gst module.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the report. The issue is already reported here: #528
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
When operating a Machine Vision camera that is hardware triggered on an assembly line, when the production stops for more than 2 seconds, GST drops the connection due to a hardcoded timeout in the line: https://github.com/AravisProject/aravis/blob/main/gst/gstaravis.c#L45
Describe the solution you'd like
We would like to see a configuration option for the
aravissrc
for the timeout manipulation.Describe alternatives you've considered
String replace the .c file and recompile the gst module.
The text was updated successfully, but these errors were encountered: