I run the command “deepstream-app -c configs/deepstream-app/config_infer_primary_nano.txt” on jetson-nano board, but i got the below error. OS reports “System program problem detected” simultaneously.
Any comment for this error?
If the application encounters errors and cannot create Gst elements, remove the GStreamer cache, then try again. To remove the GStreamer cache, enter this command:
$ rm ${HOME}/.cache/gstreamer-1.0/registry.aarch64.bin
I’m getting the same output on a freshly flashed Nano board, with DeepStream SDK installed just now from the debian package. I’ve tried clearing Gstreamer cache, didn’t solve the issue. Thanks
quick update here, source4 seems to run on my Nano (although pretty slow). I’m getting great results with source8 though, avg 30FPS on 8 video feeds, pretty cool!
On running the command “deepstream-app -c configs/deepstream-app/source8_1080p_dec_infer-resnet_tracker_tiled_display_fp16_nano.txt” in jetson nano,
Following error is arising, can anyone suggest possible solution for it:
libEGL warning: DRI3: failed to query the version
libEGL warning: DRI2: failed to authenticate
(gst-plugin-scanner:26621): GLib-GObject-WARNING **: 12:20:05.149: cannot register existing type ‘GstInterpolationMethod’
Hi settykrishh.93,
It looks like package versions do not match. It has to be r32.2.1 + DS4.0.1. Suggest you re-flash the system though sdkmanger. sdkmanager handles versions of all packages.