I used an IP camera to detect objects based on deep learning by Jetson Nano.To improve performance, Deepstream 5.0 was used. However, at an irregular moment after entering the command, a memory problem caused the program to shut down abnormally.
$ deepstream-app -c source_test.txt
So far, two errors have been found as shown in the picture above. The IP camera is connected to the Jetson nano by RTSP, and the environment is as follows.
ubuntu : 18.04
jetpack : 4.4.1
deepstream : 5.0
IP camera name : FW7902-FTF
The IP camera setting is as follows.
I attach the modified deep stream sample code as an attachment.
config_test.txt (4.5 KB) source_test.txt (5.3 KB)