I am using CSI-Camera RPi camera V2 with Jetson Nano but the camera is not detected by jetson nano however camera is working fine with raspberry pi.
$ ls /dev/video0
ls: cannot access ‘/dev/video0’: No such file or directory
$ v4l2-ctl --list-devices
Failed to open /dev/video0: No such file or directory
$ gst-launch-1.0 nvarguscamerasrc ! ‘video/x-raw(memory:NVMM),width=3820, height=2464, framerate=21/1, format=NV12’ ! nvvidconv flip-method=0 ! ‘video/x-raw,width=960, height=616’ ! nvvidconv ! nvegltransform ! nveglglessink -e
Setting pipeline to PAUSED …
Using winsys: x11
Pipeline is live and does not need PREROLL …
Got context from element ‘eglglessink0’: gst.egl.EGLDisplay=context, display=(GstEGLDisplay)NULL;
Setting pipeline to PLAYING …
New clock: GstSystemClock
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:521 No cameras available
Got EOS from element “pipeline0”.
Execution ended after 0:00:00.651311176
Setting pipeline to PAUSED …
Setting pipeline to READY …
Setting pipeline to NULL …
Freeing pipeline …
Any help will be appreciated.
Thanks in advance.