Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only) 4.4
• TensorRT Version 7.1.3
I have a general question regarding NvMOTStreamId. I am referencing this stream index in my custom tracker library. I printed out this NvMOTStreamId for each of 4 streams, and it shows id as: [0, 4294967296, 8589934592, 12884901888]. I notice these IDs are the multiples of 2^32 x [0, 1, 2, 3]. May I ask why it’s designed like by these multiples?