当前位置:网站首页>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 stored procedure
- 【Leetcode】167-两数之和II -输入有序数组
- 【LeetCode】977-有序數組的平方
- MD5加密
- 夏季高考文化成绩一分一段表
- 动态规划入门一,队列的bfs(70.121.279.200)
- Loss function and positive and negative sample allocation: Yolo series
- The task cannot be submitted after the installation of flick is completed
- Force deduction solution summarizes the lucky numbers in 1380 matrix
- 6092. 替换数组中的元素
猜你喜欢
LeetCode刷题——递增的三元子序列#334#Medium
【LeetCode】1162-地图分析
树-二叉搜索树
2022 年辽宁省大学生数学建模A、B、C题(相关论文及模型程序代码网盘下载)
Leetcode question brushing - parity linked list 328 medium
Loss function and positive and negative sample allocation: Yolo series
(Video + graphic) machine learning introduction series - Chapter 5 machine learning practice
【LeetCode】1254-统计封闭岛屿的数量
动态规划入门一,队列的bfs(70.121.279.200)
密码学基础知识
随机推荐
《大学“电路分析基础”课程实验合集.实验七》丨正弦稳态电路的研究
Some problems about pytorch extension
LeetCode刷题——验证二叉树的前序序列化#331#Medium
ssh/scp 使不提示 All activities are monitored and reported.
6090. Minimax games
【idea】推荐一个idea翻译插件:Translation「建议收藏」
LeetCode刷题——去除重复字母#316#Medium
2022 college students in Liaoning Province mathematical modeling a, B, C questions (related papers and model program code online disk download)
已知两种遍历序列构造二叉树
6090. 极大极小游戏
matlab中wavedec2,说说wavedec2函数[通俗易懂]
Leetcode skimming -- verifying the preorder serialization of binary tree # 331 # medium
College entrance examination admission score line climbing
Thoroughly understand browser strong cache and negotiation cache
[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)
制作p12证书[通俗易懂]
SQL transaction
[leetcode] 417 - Pacific Atlantic current problem
MySQL calculate n-day retention rate
解决BASE64Encoder报错的问题