Jeston nano无法识别usb摄像机

jeston nano无法识别usb摄像机,当插入usb深度摄像机时,lsusb可以检测到设备,但是出现这个错误,一直不知道怎么解决ls: cannot access ‘/dev/video’: No such file or directory
Bug or Error
Feature Request
Documentation Issue
Other

Hi,
Please run the command to confirm the device is present.

$ ls /dev/video*

我运行了你所说的命令,但是没有任何输出

(base) iwhale@ubuntu:~$ lsusb

Bus 002 Device 002: ID 0bda:0489 Realtek Semiconductor Corp. 4-Port USB 3.0 Hub

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 001 Device 003: ID 13d3:3549 IMC Networks Bluetooth Radio

Bus 001 Device 023: ID 2bc5:0402 Orbbec 3D Technology International, Inc ASTRA S

Bus 001 Device 022: ID 0000:3825 USB OPTICAL MOUSE

Bus 001 Device 004: ID 413c:2113 Dell Computer Corp. KB216 Wired Keyboard

Bus 001 Device 002: ID 0bda:5489 Realtek Semiconductor Corp. 4-Port USB 2.0 Hub

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

(base) iwhale@ubuntu:~$ ls /dev/video*

ls: cannot access ‘/dev/video*’: No such file or directory

Hi,
It looks like additional driver is required. Please consult with the camera vendor to get help.

By default kernel UVC driver is enabled and if the device supports v4l2, the device node will be present.