• Hardware Platform (Jetson / GPU) Jetson Nano
• DeepStream Version 6.0.1
I want to save the image after drawing bbox/label on the image. But if I add a pad probe function in/after nvdsosd; in probe function: I call nvds_obj_enc_process
and nvds_obj_enc_finish
to save the whole image. System will error: Segmentation Fault
I attached 2 files that you can run to check: (Please rename main2.txt → main2.cpp to run)
CMakeLists.txt (1.0 KB)
main2.txt (10.8 KB)