-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
gst pipeline closes (-5) without waiting for hardware trigger #704
Comments
From the logs seems I am hitting the timeout of 2s as defined here Line 311 in 43b3ea4
This then fails on timeout Lines 555 to 561 in 43b3ea4
I would say #686 is not addressing it or maybe not solving it directly. If the trigger is set I would skip the timeout completely, what do you think ? For reference, this repository implements Flir camera plugin based on spinnaker SDK |
Closing as duplicate of #528 |
Thanks for the report. |
Describe the bug
gst pipeline fails with error
To Reproduce
The pipeline is the following (I also tested it with a Hikrobot-MV-CA032-10GC)
aravissrc camera-name="FLIR-Blackfly S BFS-PGE-23S3C-20136026" features="TriggerSelector=FrameBurstStart TriggerSource=Line0 TriggerMode=On" ! video/x-raw, format=RGB,width=960,height=600,framerate=15/1 ! jpegenc idct-method=2 quality=100 ! multipartmux boundary="myboundary" ! tcpserversink sync=false host=0.0.0.0 port=8000
However, removing the
features
property it run properlyExpected behavior
Pipeline should wait until the trigger is activated
Camera description:
Camera 1
Camera 2
Platform description:
Additional context
I would point to #528 but I have no clarity on how the associated PR is solving the issue
The text was updated successfully, but these errors were encountered: