当前位置:网站首页>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
边栏推荐
- Solve the problem of frequent interruption of mobaxterm remote connection
- Redux - detailed explanation
- C # get PLC information (kepserver) II
- [leetcode] 877 stone game
- [leetcode] 977 square of ordered array
- 《大学“电路分析基础”课程实验合集.实验四》丨线性电路特性的研究
- 动态规划入门一,队列的bfs(70.121.279.200)
- 解决BASE64Encoder报错的问题
- 【LeetCode】1254-统计封闭岛屿的数量
- 《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
猜你喜欢

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

LeetCode刷题——递增的三元子序列#334#Medium

03. Preliminary use of golang

SQL transaction

《大学“电路分析基础”课程实验合集.实验四》丨线性电路特性的研究

微信支付宝账户体系和支付接口业务流程

Basic knowledge of cryptography

爱可可AI前沿推介(7.2)

Leetcode skimming -- count the number of numbers with different numbers 357 medium

(Video + graphic) machine learning introduction series - Chapter 5 machine learning practice
随机推荐
folium,确诊和密接轨迹上图
Bing. Site Internet
The task cannot be submitted after the installation of flick is completed
PTA ladder game exercise set l2-001 inter city emergency rescue
将点云坐标转换成世界坐标的demo
[leetcode] 19 delete the penultimate node of the linked list
Force deduction solution summary 2029 stone game IX
Jsp+mysql006 community management system
[leetcode] 695 - maximum area of the island
PostgresSQL 流复制 主备切换 主库无读写宕机场景
【LeetCode】977-有序数组的平方
【LeetCode】877-石子游戏
03. Preliminary use of golang
密码学基础知识
终于搞懂了JS中的事件循环,同步/异步,微任务/宏任务,运行机制(附笔试题)
微信支付宝账户体系和支付接口业务流程
Leetcode skimming -- sum of two integers 371 medium
彻底弄懂浏览器强缓存和协商缓存
SQL stored procedure
Leetcode skimming -- verifying the preorder serialization of binary tree # 331 # medium