Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) : GPU
• DeepStream Version : 6.2
• JetPack Version (valid for Jetson only)
• Issue Type( questions, new requirements, bugs) : new requirement
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description) :
Is there a way we can implement offline video ingestion in Deepstream pipeline? I mean suppose there are 10 videos from same codec, same resolution stored in a directory, Can deepstream pipeline take those videos one by one and run on them in a sequential fashion? Please suggest what changes need to be made as I am using c++ .