Accessing PGIE Tensor Inference Values from Nvds Tracker

You can get access tensor output by enabling nvinfer property output-tensor-meta, please refer to function pgie_pad_buffer_probe in sample deepstream-infer-tensor-meta-test for how to parse it.

Thank you for the response.
I examined the deepstream-infer-tensor-meta-test sample and saw the example of using a src_probe function to access the tensor metadata.

My original queestion was: Is there a way to access the same tensor metadata or the PGIE inference values inside of NvMOTStatus NvMOT_Process defined in nvdstracker.h?

Thank you for your time.