Jetson Nano freezes and reboot when I stream from IMX219 camera

Hi, I am using this command to test my camera.

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

When I try to stream with a IMX219-160 camera (IMX219-160 Camera, Applicable for Jetson Nano, 8 Megapixels, 160° FOV ), that mounts the same sensor and uses the same camera board as the RPiv2, the Nano crashes and reboots after 0 seconds of streaming. The display window does not even pop up.

What could be the issue?

I have tried different width/height inputs, running the Nano in 5W and 10W modes, but it does not seem to make a difference.

Thanks!

hello aliensareblue,

could you please also enable a terminal to gather the kernel messages to understand what’s happening cause system reboot.
you may using this commands, i.e. $ dmesg --follow to check the behaviors.
thanks