当前位置:网站首页>Realsense of d435i, d435, d415, t265_ Matching and installation of viewer environment
Realsense of d435i, d435, d415, t265_ Matching and installation of viewer environment
2022-07-04 10:13:00 【Wildcraner】
Installation steps
1. Register the server public key
sudo apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
2. according to Ubuntu System version select a different server and add it to the repository list
Ubuntu 16.04 LTS
sudo add-apt-repository "deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo xenial main" -u
Ubuntu 18.04 LTS
sudo add-apt-repository "deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main" -u
3. Install library files
sudo apt-get install librealsense2-dkms
sudo apt-get install librealsense2-utils
4. Install developers and debug packages
sudo apt-get install librealsense2-dev
This completes all the installation steps , Next, use Realsense_viewer Of SDK
Use
First, use a data cable to connect T265 Connect the camera to the computer , Pay attention to those that need to be plugged into the computer USB3.0 On the port of !!!
Open the terminal and input the command :
realsense-viewer
You can see
Then click on the “off”,
You can see
边栏推荐
- 智慧路灯杆水库区安全监测应用
- PHP book borrowing management system, with complete functions, supports user foreground management and background management, and supports the latest version of PHP 7 x. Database mysql
- Summary of small program performance optimization practice
- Regular expression (I)
- Log cannot be recorded after log4net is deployed to the server
- 用数据告诉你高考最难的省份是哪里!
- 法向量点云旋转
- Hands on deep learning (36) -- language model and data set
- Check 15 developer tools of Alibaba
- Exercise 8-7 string sorting (20 points)
猜你喜欢
For programmers, if it hurts the most...
Advanced technology management - how to design and follow up the performance of students at different levels
六月份阶段性大总结之Doris/Clickhouse/Hudi一网打尽
Dynamic address book
智能网关助力提高工业数据采集和利用
2. Data type
Pcl:: fromrosmsg alarm failed to find match for field 'intensity'
[FAQ] summary of common causes and solutions of Huawei account service error 907135701
Qtreeview+ custom model implementation example
Baidu R & D suffered Waterloo on three sides: I was stunned by the interviewer's set of combination punches on the spot
随机推荐
智慧路灯杆水库区安全监测应用
Exercise 9-1 time conversion (15 points)
【Day1】 deep-learning-basics
Whether a person is reliable or not, closed loop is very important
Log cannot be recorded after log4net is deployed to the server
直方图均衡化
IIS configure FTP website
Hands on deep learning (32) -- fully connected convolutional neural network FCN
Batch distribution of SSH keys and batch execution of ansible
Reprint: summation formula of proportional series and its derivation process
Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)
使用 C# 提取 PDF 文件中的所有文字(支持 .NET Core)
Lavel document reading notes -how to use @auth and @guest directives in lavel
Kotlin: collection use
浅谈Multus CNI
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
Svg image quoted from CodeChina
C语言指针经典面试题——第一弹
PHP personal album management system source code, realizes album classification and album grouping, as well as album image management. The database adopts Mysql to realize the login and registration f