Nvarguscamarasrc module missing

Hi I somhow lost nvarguscamerasrc module for gstreamer.

gst-launch-1.0 nvarguscamerasrc ! fakesink
WARNING: erroneous pipeline: no element “nvarguscamerasrc”

I reinstaled gstreamer, but nothing happened. I used nvarguscamerasrc before i compiled darknet for and there were no problem.

Version of jetson:
image

Is there any way how to install nvarguscamerasrc module?

Hi,
You may clean gstreamer cache and try again.

$ rm .cache/gstreamer-1.0/registry.aarch64.bin

We have build instuctions in gstreamer user guide. The information might be helpful. FYR.

Thanks a lot. Build from source according to instructions in gstreamer user guide helped.