当前位置:网站首页>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
边栏推荐
- SQL修改语句
- /bin/ld: 找不到 -lcrypto
- 6091. 划分数组使最大差为 K
- Jsp+mysql006 community management system
- 高考录取分数线爬虫
- Name of institution approved in advance
- 04. Some thoughts on enterprise application construction after entering cloud native
- Solve the problem of frequent interruption of mobaxterm remote connection
- [leetcode] 167 - sum of two numbers II - enter an ordered array
- 数组和链表的区别浅析
猜你喜欢

Bing.com網站

怎样从微信返回的json字符串中截取某个key的值?

MySQL calculate n-day retention rate

终于搞懂了JS中的事件循环,同步/异步,微任务/宏任务,运行机制(附笔试题)

Redux - detailed explanation

PTA ladder game exercise set l2-001 inter city emergency rescue
![[leetcode] 1162 map analysis](/img/9a/d04bde0417d4d5232950a4e260eb91.png)
[leetcode] 1162 map analysis

2022 年辽宁省大学生数学建模A、B、C题(相关论文及模型程序代码网盘下载)

【Salesforce】如何确认你的Salesforce版本?

4. Jctree related knowledge learning
随机推荐
[leetcode] 486 predict winners
[2. Basics of Delphi grammar] 3 Object Pascal constants and variables
/bin/ld: 找不到 -lpam
Redux——详解
【LeetCode】695-岛屿的最大面积
PTA ladder game exercise set l2-001 inter city emergency rescue
03. Preliminary use of golang
二叉树前,中,后序遍历
/bin/ld: 找不到 -lgssapi_krb5
Party History Documentary theme public welfare digital cultural and creative products officially launched
[leetcode] 877 stone game
【LeetCode】1162-地图分析
(Video + graphic) machine learning introduction series - Chapter 5 machine learning practice
lseek 出错
[leetcode] 1162 map analysis
全是精华的模电专题复习资料:基本放大电路知识点
/bin/ld: 找不到 -lxslt
LeetCode刷题——奇偶链表#328#Medium
SQL stored procedure
[development environment] install the Chinese language pack for the 2013 version of visual studio community (install test agents 2013 | install visual studio 2013 simplified Chinese)