TX2 can not recognize ZED

lsusb 显示设备为

Bus 002 Device 002: ID 2b03:f582
 
使用roslaunch zed_wrap  zed.launch 显示:
 
camera not found 
已邀请:

ncnynl

赞同来自:

dmesg -Tw

会显示:

[Fri Feb 12 01:14:20 2016] uvcvideo: Found UVC 1.10 device ZED (2b03:f582)
[Fri Feb 12 01:14:20 2016] input: ZED as /devices/3530000.xhci/usb2/2-1/2-1.4/2-1.4:1.0/input/input13
[Fri Feb 12 01:31:25 2016] pwm_fan_driver pwm-fan:  Enabled vdd-fan
[Fri Feb 12 01:43:12 2016] usb 1-2.1.3: USB disconnect, device number 12
[Fri Feb 12 01:43:15 2016] usb 2-1.4: USB disconnect, device number 7
[Fri Feb 12 01:43:15 2016] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[Fri Feb 12 01:43:27 2016] usb 2-1.1.4: new SuperSpeed USB device number 8 using xhci-tegra
[Fri Feb 12 01:43:27 2016] usb 2-1.1.4: New USB device found, idVendor=2b03, idProduct=f580
[Fri Feb 12 01:43:27 2016] usb 2-1.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri Feb 12 01:43:27 2016] usb 2-1.1.4: Product: ZED
[Fri Feb 12 01:43:27 2016] usb 2-1.1.4: Manufacturer: Leopard
[Fri Feb 12 01:43:27 2016] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6

一个正常使用的设备显示为:

[Fri Feb 12 01:43:27 2016] uvcvideo: Found UVC 1.00 device ZED (2b03:f580)
[Fri Feb 12 01:57:02 2016] usb 1-2.4: new low-speed USB device number 13 using xhci-tegra
[Fri Feb 12 01:57:02 2016] usb 1-2.4: New USB device found, idVendor=093a, idProduct=2510
[Fri Feb 12 01:57:02 2016] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri Feb 12 01:57:02 2016] usb 1-2.4: Product: USB Optical Mouse
[Fri Feb 12 01:57:02 2016] usb 1-2.4: Manufacturer: PixArt
[Fri Feb 12 01:57:03 2016] usb 1-2.4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[Fri Feb 12 01:57:03 2016] input: PixArt USB Optical Mouse as /devices/3530000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:093A:2510.0004/input/input14

这是因为ZED新版升级了固件,如果之前在tx2下使用正常,新zed不能使用
 
解决方法:

参考:

https://github.com/stereolabs/ ... 38044
https://github.com/stereolabs/ ... es/63
https://github.com/stereolabs/zed-examples/issues/53
 
通过降低固件版本的方法可以解决:
 
在linux或windows 10下安装最新版本的SDK 2.4.1 ,可以忽略安装cuda以及其他不支持的,继续安装完成。
连接zed,得到的画面是很差的,没有关系
选择firmware,update,选择对应的1142固件,确认更新。
完成之后,重插,则能正常使用。
 
 
 

要回复问题请先登录注册