• Hardware Platform Jetson NX • DeepStream Version 5.1 • JetPack Version 4.5.1 • TensorRT Version 7.1.3
Hello, Sir/Madam
I am running the deepsteam-test5 in my job now. I want to save the image on Jetson platform.
When I set up multiple steams, I found nvds_obj_enc_process has problem. It saved the wrong source image:
My question is that why cause the different result between Jetson and dGPU because of HW? How to solve the problem like this in Jetson platform? Please help me!
I tried with this and found the problem. I have the correct “source_id” and incorrect “batch_id” if [streammux] batch_size>1. The function NvDsFrameMeta *f_meta = (NvDsFrameMeta*) g_list_nth(batch_meta->frame_meta_list, source_id)->data;
solved when frame_meta catch the correct batch_id.
So the new problem is how to ensure the correct batch_id from frame_meta?