Raspberry Pi camera V2.8 not being detected by my Jetson Nano

The Raspberry Pi Camera V2-8 that I intalled in my Jetson Nano isn’t being recognized. When I test its presence using “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”, I get the following message:

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.262098941
Setting pipeline to PAUSED …
Setting pipeline to READY …
Setting pipeline to NULL …
Freeing pipeline …

I thought that the Raspberry Pi V2 is supported out of the box. Can someone point me to what I’m missing? Thanks.

It should be.

Do the following files exist?

/dev/video0
/sys/class/video4linux/v4l-subdev0 
/sys/class/video4linux/v4l-subdev1 
/sys/class/video4linux/video0

If not, then the camera probably isn’t connected correctly. The bare contacts on the flex cable should be pointing in towards the heat sink. It’s also not hot-pluggable. You have to reboot after connecting it.