Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): Jetson AGX Xavier
• DeepStream Version: 5.0
• JetPack Version (valid for Jetson only): 4.4
• TensorRT Version: 7.1.3
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs): questions
My current pipeline is as follow:
I want to send the result after nvtracker to a jetson nano (receiver) and display the results on the screen and save to file, however, all relevant processing steps (nvmultistreamtiler, nvvideoconvert, nvdsosd, nvegltransform, nveglglessink, nvv4l2h264enc, h264parse, matroskamux, filesink) are done by the receiver not the sender. I need the sender to focus solely on doing inference, all steps related to on screen display and saving to file are delegated to the receiver. Does deepstream support this use case? If so what plugins do I need to send stream from the sender and what plugins do I need to receive the stream from the receiver?