当前位置:网站首页>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 
边栏推荐
- How do microservices aggregate API documents? This wave of show~
- 2021-08-11 function pointer
- C language pointer interview question - the second bullet
- Exercise 8-10 output student grades (20 points)
- Matlab tips (25) competitive neural network and SOM neural network
- AUTOSAR from getting started to mastering 100 lectures (106) - SOA in domain controllers
- Hands on deep learning (38) -- realize RNN from scratch
- Log cannot be recorded after log4net is deployed to the server
- A little feeling
- Upgrading Xcode 12 caused Carthage to build cartfile containing only rxswift to fail
猜你喜欢

Hands on deep learning (38) -- realize RNN from scratch

Baidu R & D suffered Waterloo on three sides: I was stunned by the interviewer's set of combination punches on the spot

Hands on deep learning (42) -- bi-directional recurrent neural network (BI RNN)

The time difference between the past time and the present time of uniapp processing, such as just, a few minutes ago, a few hours ago, a few months ago

华为联机对战如何提升玩家匹配成功几率

【Day1】 deep-learning-basics

xxl-job惊艳的设计,怎能叫人不爱

Hands on deep learning (43) -- machine translation and its data construction

libmysqlclient.so.20: cannot open shared object file: No such file or directory

Hands on deep learning (39) -- gating cycle unit Gru
随机推荐
H5 audio tag custom style modification and adding playback control events
Hands on deep learning (32) -- fully connected convolutional neural network FCN
Button wizard business running learning - commodity quantity, price reminder, judgment Backpack
Check 15 developer tools of Alibaba
Exercise 8-7 string sorting (20 points)
Work order management system OTRs
leetcode1-3
Intelligent gateway helps improve industrial data acquisition and utilization
对于程序员来说,伤害力度最大的话。。。
System. Currenttimemillis() and system Nanotime (), which is faster? Don't use it wrong!
mmclassification 标注文件生成
Native div has editing ability
Exercise 7-2 finding the maximum value and its subscript (20 points)
Mmclassification annotation file generation
PHP is used to add, modify and delete movie information, which is divided into foreground management and background management. Foreground users can browse information and post messages, and backgroun
2021-08-11 function pointer
Lavel document reading notes -how to use @auth and @guest directives in lavel
uniapp 小于1000 按原数字显示 超过1000 数字换算成10w+ 1.3k+ 显示
Write a mobile date selector component by yourself
Hands on deep learning (46) -- attention mechanism