i have installed the jetppack sdk manager and i want to enable the gstreamer can i get tthe commands on how to enable it
sudo apt update
sudo apt install -y gstreamer1.0-tools gstreamer1.0-plugins-base
gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
gstreamer1.0-plugins-ugly gstreamer1.0-libav
bash: gstreamer1.0-plugins-good: command not found
bash: gstreamer1.0-plugins-ugly: command not found
i want to enable the gstreamer with opencv
try this:
sudo apt install -y gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-libav
First you install GStreamer
Next Install OpenCV for your Jetpack by executing the corresponding sh script from the below link:
gst-inspect-1.0 version 1.20.3
GStreamer 1.20.3
is the version ok?
and i have already installed opencv and opencv_contrib should i remove those modules before using the sh script
This link may guide you better:
If you have already installed OpenCV no need to install once again
ACtually ia mgetting error in the cmake error
Hi,
Please use below commands to install the gstreamer plugin
sudo apt update
sudo apt install nvidia-jetpack
Please refer to the JetPack SDK | NVIDIA Developer for more detail.
Thanks
I am able to install the gstreamer(1.20.3) but I am not able to enable gstreamer in opencv build