Pause the pipeline to wait for more images and start again when more Images are received

Please provide complete information as applicable to your setup.

• Hardware Platform : dGPU
• DeepStream Version : 6.0.1
• NVIDIA GPU Driver Version : 510.85.02
• Issue Type : Questions

I am using Multifilesrc Element in my pipeline to process the sequence images in folder. Image are getting downloaded from some where in folder. So, I want the pipeline to wait after all images are processed and wait for sometime till other images are downloaded and then again Pipeline should start after new images are downloaded. Please tell me How can I do this.

Thanks in Advance

The multifilesrc will send an EOS message when there are no files. This is the behavior of the Gstreamer plugin itself. You can customize the source code of Gstremaer or open a topic on Gstreamer forum. Thanks

Can you elaborate on how to customize the source code of gstreamer?
Or Provide some links to do the same.

Thanks for the quick reply

Sorry, we cannot support the modification of native plug-in of Gstreamer. You can try to find the method by the official website of Gstreamer.
https://gstreamer.freedesktop.org/

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.