NVIDIA-AI-IOT / deepstream_parallel_inference_app

A project demonstrating how to use nvmetamux to run multiple models in parallel.
87 stars 21 forks source link

nvds_obj_enc_process save wrong source frame image #8

Open challengesll opened 4 months ago

challengesll commented 4 months ago

Hello, Sir/Madam I am running the deepsteam-parallel_infer_app 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: When I execute the Nvds_obj_enc_process function, the frame image saved is the wrong source frame image. I want to know what operations the Nvds_obj_enc_process function performs. Is it the offset error of the current frame that causes the acquired frame image to be incorrect or what is the reason?