Did you update nvv4l2 plugin? please let me know if this works.
=======================================================================
Installing latest nvv4l2 gstreamer plugin
To install latest gstreamer nvv4l2 plugin:
- Open the apt source configuration file in a text editor, for example:
$ sudo vi /etc/apt/sources.list.d/nvidia-l4t-apt-source.list - Change the repository name and download URL in the deb commands as below.
deb https://repo.download.nvidia.com/jetson/common r32.4 main
deb Index r32.4 main
Where identifies the platform’s processor:- t186 for Jetson TX2 series
- t194 for Jetson AGX Xavier series or Jetson Xavier NX
- t210 for Jetson Nano or Jetson TX1
If your platform is Jetson Xavier NX, for example:
deb https://repo.download.nvidia.com/jetson/common r32.4 main
deb https://repo.download.nvidia.com/jetson/t194 r32.4 main
- Save and close the source configuration file.
- Enter the commands:
$ sudo apt update
$ sudo apt install --reinstall nvidia-l4t-gstreamer
If apt prompts you to choose a configuration file, reply Y for yes
(to use the NVIDIA updated version of the file).