Byte-Track Integration with Deepstream error

**• Hardware Platform (GPU) RTX 3060
**• DeepStream Version 6.3
• TensorRT Version
**• NVIDIA GPU Driver Version (valid for GPU only) CUDA12.0
• Issue Type (questions)

When I replaced the tracker with libByteTracker.so, I encountered the following error. What could be the reason?

gstnvtracker: Loading low-level lib at //opt/nvidia/deepstream/deepstream/lib/libByteTracker.so
gstnvtracker: Optional NvMOT_RetrieveMiscData not implemented
[BYTETrack Initialized]
gstnvtracker: Only batch processing mode is supported. query.batchMode must be set as NvMOTBatchMode_Batch
gstnvtracker: Failed to initilaize low level lib.
** ERROR: <app_main:1282>: Failed to set pipeline to PAUSED

I’m using the following GitHub method
https://github.com/ifzhang/ByteTrack/tree/d1bf0191adff59bc8fcfeaa0b33d3d1642552a99/deploy/DeepStream

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Here is the guide for customize low level library: Gst-nvtracker — DeepStream 6.3 Release documentation

You also can get the source code of nvtracker plugin on DeepStream 6.3. You can add debug log and check.