hello all,
I am trying to stream video to qgroundcontrol (windows 10) from jetson nano(quark carrier board).
When we use 1.14.5 version of gstreamer it wasn’t good enough for streamer. So we upgrade gstreamer to 1.18.6 by followed this instructions. We couldn’t use gstreamer nvidia tools such as nvvidconv, nvvarguscamera and all tools with start “nvv”.
After that we went back to 1.14.5 and still “nvv” didn’t work.
Maybe your upgrade has deleted the nvidia plugins. Check if they’re still there with:
ls /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnv*
If they’re still there, you may need to clear gstreamer cache:
# Clear gstreamer cache
rm ~/.cache/gstreamer-1.0/registry.aarch64.bin
# This will rebuild the cache and tell what plugins are blacklisted if any
/usr/bin/gst-inspect-1.0 --version -b
ls /usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnv*
ls: cannot access '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnv*': No such file or directory
I think nvidia plugins are not exist in my jetson nano
/usr/bin/gst-inspect-1.0 --version -b
gst-inspect-1.0 version 1.14.5
GStreamer 1.14.5
https://launchpad.net/distros/ubuntu/+source/gstreamer1.0