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.
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
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/