How to add secondary reasoning to deepstream-app

hi:
I want to add secondary reasoning to the deepstream. One reasoning is the vehicle tracking algorithm. On this basis, how to add secondary reasoning, I hope to give a method, such as the reasoning of the license plate, thank you very much.

You can refer to sample test2.
If your secondary is also detection, please set process-mode=1 in nvinfer config.

hi:
Thanks for the quick reply, when I compiled the deepstream-app, I found that I could not find <gst/rtsp-server/rtsp-server.h>. I reinstalled jetpack.4.2.1 and still could not find it.

hi ChrisDing:
In …/…/apps-common/src/deepstream_sink_bin.c fatal error: gst/rtsp-server/rtsp-server.h No such file or directory Is the installation of deepstream not installed, or can you provide this file?

Hi,

I think you can try the following commands:

sudo apt-get install libgstrtspserver-1.0-dev
sudo apt-get install libgstrtspserver-1.0-0

Thanks.

hi arknights:
Thank you very much, it is ok.