You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why the library does not implement gst_app_sink_try_pull_sample and gst_app_sink_try_pull_preroll?
I am having some issues with a camera that gives a SOF timeout and my Java code is getting stuck while I try to pull a sample from a camera that is not responding.
Thanks
The text was updated successfully, but these errors were encountered:
No, I configure the pipeline so that the camera is always streaming to my appsink and then I pull the a frame when the user press a key.
I believe that when I get this SOF timeout, the stream does not even open, but I do not get any error when I play the pipeline, it just hangs.
I'll leave this issue open to cover mapping those two functions. If you have questions about how to implement what you need without them, please ask on the mailing list - https://groups.google.com/forum/#!forum/gstreamer-java
Is there a reason why the library does not implement gst_app_sink_try_pull_sample and gst_app_sink_try_pull_preroll?
I am having some issues with a camera that gives a SOF timeout and my Java code is getting stuck while I try to pull a sample from a camera that is not responding.
Thanks
The text was updated successfully, but these errors were encountered: