Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson TX2 GPU)
• DeepStream Version:- 5.1
• JetPack Version:- 4.5.1
• TensorRT Version:- 7.1.3.0
• Issue Type:- Unable to get values through print statement
**• How to reproduce the issue ? **
To reproduce this issue go to sources/app/sample-apps/deepstream-app
Then edit the file called deepstream_app_main.c
In that file I tried to put print statement in lineno:116 as g_print(“val”, obj->text_params);
But I didnt get any output. Im not sure how to print and get the values
run command is
/opt/nvidia/deepstream/deepstream-5.1/sources/apps/sample_apps/deepstream-app$ ./deepstream-app -c ../../../../samples/configs/tlt_pretrained_models/deepstream_app_source1_facedetectir.txt
• Requirement details I need to know what are the values are getting while detecting the face or object like faceid, face parameters etc.,
Can anyone help me to solve this