Realsense 相机的疑难杂症
主要是讲解几个 jetson 系列板载使用 Realsense 相机(主要是 T265 和 D435)时 常遇到的一些问题
T265 拔插识别的解决方案
T265 插在板载上面启动后会被默认识别为 USB2.0 设备,无法正常使用
安装 uhubctl
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| sudo apt-get install libusb-1.0-0-dev -y git clone https://github.com/mvp/uhubctl
cd uhubctlmakesudo make install
uhubctl -h Options [defaults in brackets]: --action, -a - action to off/on/cycle/toggle (0/1/2/3) for affected ports. --ports, -p - ports to operate on [all hub ports]. --location, -l - limit hub by location [all smart hubs]. --level -L - limit hub by location level (e.g. a-b.c is level 3). --vendor, -n - limit hub by vendor id [any] (partial ok). --search, -s - limit hub by attached device description. --delay, -d - delay for cycle action [2 sec]. --repeat, -r - repeat power off count [1] (some devices need it to turn off). --exact, -e - exact location (no USB3 duality handling). --force, -f - force operation even on unsupported hubs. --reset, -R - reset hub after each power-on action, causing all devices to reassociate. --wait, -w - wait before repeat power off [20 ms]. --version, -v - print program version. --help, -h - print this text.
sudo uhubctl -a cycle -l 1-4 -d 5
|
查看 USB 端口


Aya
生活中总是充斥着失败,而多次相似的失败终会形成PTSD。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Aya!