2.4 Failure – (Optional) Developers shall also install librscalibrationapi package:
sudoapt-getinstall librscalibrationapi
1
Problem:
librscalibrationapi : Depends: libpng12-dev but it is not installable 分析: 自Ubuntu18.04以后,libpng12-dev已经被弃用
3. Checking Package Installation
After the debian package install finishes, check for files installed. Under debian convention, the executables are installed under /usr/bin, library files under /usr/lib, and other files including sample code under /usr/share/doc. For example, for Calibration Tool, librscalibrationtool, the files are installed as below:
The above two lines will deploy librealsense2 udev rules, kernel drivers, runtime library and executable demos and tools. Reconnect the Intel RealSense depth camera and run: realsense-viewer
With dev package installed, you can compile an application with librealsense using g++ -std=c++11 filename.cpp -lrealsense2 or an IDE of your choice.
Verify that the kernel is updated :
modinfo uvcvideo |grep"version:"
1
should include realsense string
5. Test Installation
Print the tool version to screen:
/usr/bin/Intel.Realsense.DynamicCalibrator -v
1
To print device information to screen, connect a camera device to the system and execute the following command:
/usr/bin/Intel.Realsense.DynamicCalibrator -list
1
6. Perform Calibration for Camera
/usr/bin/Intel.Realsense.DynamicCalibrator
1
* Problem (not fixed):
I can see the RGB, Depth and Gyro information without problems when I run realsense-vieweror subscribe to the realsense-ros topics. But when I run/usr/bin/Intel.Realsense.DynamicCalibrator And click on Start Calibration I get the Failed to start Calibration Error as seen:
PS: relative issue discussion on github: https://github.com/IntelRealSense/librealsense/issues/3990
Kurento 源码安装(Ubuntu 14.04 和 Ubuntu 16.04)
1. 进入 Home 目录
cd~
2. 添加镜像源
ubuntu 14.04
echo"deb http://ubuntu.kurento.org trusty-dev kms6" | sudo tee /etc/apt/sources.list.d/kurento-dev.list
ubuntu 16.04
echo"deb http://ubuntu.kurento.org xenial-dev kms6" | sudo tee /etc/apt/sources.list.d/kurento-dev.list