Hey friends,
I’ve been trying to install DeepStream 3 on a Jetson Tx1.
Installed and flashed JetPack 3.3 successfully. Later, I installed the DeepStream as described in the README file. When I tried to run the example stream:
$ nvgstiva-app -c ${HOME}/configs/PGIE-FP16-CarType-CarMake-CarColor.txt
I got warnings of:
(gst-plugin-scanner:10083):GStreamer-WARNING **: Failed to load plugin ‘…/aarch64-linux-gnu/gstreamer-1.0/libgstnvcompositor.so’ : libgstbadbase-1.0.so.0 : cannot open shared object file: No such file or directory
Also 2 more gst-plugin-scanner warnings regarding libgstnvtracker, libgstnvcaffegie files.
Then got the following errors:
<create_secondary_gie:105> Failed to create ‘secondary_gie_0’
<create_secondary_gie:235> create_secondary_gie failed
<create_secondary_gie_bin:364> create_secondary_gie_bin failed
<create_processing_instace:926> create_processing_instace failed
<create_pipeline:1062> create_pipeline failed
main:384 : Failed to create pipeline
Quitting
App run failed
Does anybody know what could cause this problem?
Thanks,
Nirel