Hi !
I am excited about the potential of my Jetson Nano. I have been trying to build a small real time 1080p60fps HDMI input signal from a capture card.
My capture card : Amazon.com
I have been trying to find tutorials or helpful forums posts as to why my USB 3.0 always shows up as USB 2.0. I believe this is the problem as to why I can only get up to ~14fps 1080p60fps mjpeg input from my card as I try to encode. I can do 720p60fps at only ~20fps etc…
root@karratjetson:/home/karratnano# lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/0p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/5p, 480M
|__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 4, If 4, Class=Human Interface Device, Driver=usbhid, 480M
|__ Port 2: Dev 4, If 2, Class=Audio, Driver=snd-usb-audio, 480M
|__ Port 2: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 2: Dev 4, If 3, Class=Audio, Driver=snd-usb-audio, 480M
|__ Port 2: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 4: Dev 5, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 4: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 12M
As you can see my uvcvideo device is being detected as 480M bandwidth, which is the usb 2.0 bandwidth allocation.
I am not sure how to troubleshoot this issue. Is there a setup procedure I can follow to activate usb 3.0 ? Drivers ? Etc? Thanks.