• Hardware Platform (Jetson / GPU) = Jetson Orin Nx
• DeepStream Version = 6.3.0
• JetPack Version (valid for Jetson only) = 35.6.0
• TensorRT Version = 8.5.2.2
• CUDA Version (valid for GPU only) = 11.4
• Issue Type( questions, new requirements, bugs) = Bug
Hi I am using python Binding to perform License Plate detection(pgie) and License Plate recognition(sgie), and I am facing Problem in running 11 streams, Initially the pipeline is created successfully with all the sources, but later after 5 mins the some streams starts disappearing from the frame meta list (I am printing the frame_meta list using appsink to check how many frames are being processed in a batch) and after 10 mins the nvstreammux stops processing any frame.
I have set Batch size for nvstreammux is equal to the number of sources.
My Question is how to stop the disappearing of streams in Nvstreammux?