• 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:
This is my config file and pgie config file
test5_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt (10.1 KB)
pgie_yolov4_tlt_config.txt (2.4 KB)
When I ran the same code at my dGPU, I got the correct stream 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!
This is the code
deepstream_app.h (6.3 KB)
deepstream_app.cpp (50.3 KB)
Thank you very much.