Hello, I am currently working with the following setup for my DeepStream pipeline:
- DeepStream SDK Version: 6.3.0
- CUDA Driver Version: 12.2
- TensorRT Version: 8.6
- cuDNN Version: 8.9
Here is the current pipeline linking configuration:
streammux.link(queue1)
queue1.link(pgie)
pgie.link(tracker)
tracker.link(nvanalytics)
nvanalytics.link(pgie1)
pgie1.link(sgie2)
sgie2.link(sgie3)
sgie3.link(sgie4)
sgie4.link(nvstreamdemux)
I am interested in upgrading to a newer version of the DeepStream SDK. Could you please advise on the latest version available that is compatible with my current setup, and if there are any specific considerations or steps required for the upgrade?
Thank you for your assistance.