当前位置:网站首页>Astra: could not open "2bc5/ [email protected] /6“: Failed to set USB interface
Astra: could not open "2bc5/ [email protected] /6“: Failed to set USB interface
2022-07-02 15:44:00 【Chenjunhao】
1. install libusb-1.0.9
Decompress and enter libusb-1.0.9 Folder
step 1: establish m4 Catalog .mkdir m4
step 2: Execute sequentially aclocal→autoconf→autoheader
step 3: Carry out orders “autoreconf -vif”;
step 4: Carry out orders “./configure --prefix=/usr/local”, To configure libusb Library installation directory ;
step 5: Carry out orders “make”, Start compilation libusb library ;
step 6: Carry out orders “sudo make install”, install libusb library ;
step 7: Enter the root directory of the computer and execute the instructions “ sudo cp /usr/local/lib/libusb* /lib/x86_64-linux-gnu ”, Will install
stay “ /usr/local/lib ” In the catalog libusb Copy library to “ /lib/x86_64-linux-gnu ” Catalog , installation is complete .
2. Check /etc/udev/rules.d Is there any *orbbec-usb.rules Create a new document if it doesn't exist
558-orbbec-usb.rules
Content
SUBSYSTEM=="usb", ATTR{idProduct}=="0400", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="0401", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="0402", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="0403", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="0404", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="0405", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="0406", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="0407", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="0408", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="0409", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
SUBSYSTEM=="usb", ATTR{idProduct}=="040a", ATTR{idVendor}=="2bc5", MODE:="0666", OWNER:="root", GROUP:="video"
Or run official github in astra_camera In the bag create_udev_rules
边栏推荐
猜你喜欢

【LeetCode】1162-地图分析

XPT2046 四线电阻式触摸屏

蚂蚁集团大规模图计算系统TuGraph通过国家级评测

Loss function and positive and negative sample allocation: Yolo series

PostgresSQL 流复制 主备切换 主库无读写宕机场景

NBA player analysis
![[experience cloud] how to get the metadata of experience cloud in vscode](/img/45/012c2265402ba1b44f4497f468bc61.png)
[experience cloud] how to get the metadata of experience cloud in vscode

【Experience Cloud】如何在VsCode中取得Experience Cloud的MetaData

Bing.com网站

2022 college students in Liaoning Province mathematical modeling a, B, C questions (related papers and model program code online disk download)
随机推荐
SQL transaction
6091. 划分数组使最大差为 K
Party History Documentary theme public welfare digital cultural and creative products officially launched
提前批院校名称
Leetcode skimming -- count the number of numbers with different numbers 357 medium
2303. Calculate the total tax payable
二叉树前,中,后序遍历
【Salesforce】如何确认你的Salesforce版本?
(4) Flink's table API and SQL table schema
Basic knowledge of cryptography
[leetcode] 189 rotation array
The task cannot be submitted after the installation of flick is completed
PHP static members
/bin/ld: 找不到 -llz4
Custom exception
MD5加密
fastjson List转JSONArray以及JSONArray转List「建议收藏」
【LeetCode】344-反转字符串
Force deduction solution summarizes the lucky numbers in 1380 matrix
Moveit 避障路径规划 demo