Problematic USB behavior

Hi,
We run two See3CAM_CU135 on Jetson Nano and don’t hit reboot in overnight test. The pipelines are:

$ gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw, width=1920, height=1080, framerate=60/1, format=UYVY' ! nvvidconv ! 'video/x-raw(memory:NVMM),format=I420' ! nvvidconv ! nveglglessink
$ gst-launch-1.0 v4l2src device=/dev/video1 ! 'video/x-raw, width=1920, height=1080, framerate=60/1, format=UYVY' ! nvvidconv ! 'video/x-raw(memory:NVMM),format=I420' ! nvvidconv ! nveglglessink

FYR.