![MYNTAI MYNT EYE D-Series Скачать руководство пользователя страница 14](http://html1.mh-extra.com/html/myntai/mynt-eye-d-series/mynt-eye-d-series_documentation_1862703014.webp)
MYNT EYE D SDK Documentation, Release 1.8.0
1.1.1.1 Install OpenCV with apt (Recommend)
sudo apt-get install libopencv-dev
1.1.1.2 Install OpenCV by Compile
To build and install Opencv, please refer to
Tip:
If you need to install ros, you can skip this step and use opencv in ros.
Alternatively, refer to the command below:
[
compiler
]
sudo apt-get install build-essential
[
required
]
sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev
˓
→
libavformat-dev libswscale-dev
[
optional
]
sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-
˓
→
dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
git clone https://github.com/opencv/opencv.git
cd
opencv/
git checkout tags/3.4.3
cd
opencv/
mkdir build
cd
build/
cmake ..
make -j4
sudo make install
1.2 Install PCL for Point Cloud sample (Optional)
To build and install PCL, please refer to
Tip:
If you need to install ros, you can skip this step and use pcl in ros.
sudo apt install -y libboost-all-dev libflann-dev libeigen3-dev libusb-1.0-0-dev
˓
→
libvtk6-dev libproj-dev
git clone https://github.com/PointCloudLibrary/pcl.git
cd
pcl
git checkout pcl-1.7.2
mkdir build
&&
cd
build
cmake -DCMAKE_BUILD_TYPE
=
Release ..
make -j2
sudo make -j2 install
10
Chapter 2. SDK
Содержание MYNT EYE D-Series
Страница 1: ...MYNT EYE D SDK Documentation Release 1 8 0 MYNTAI Nov 07 2019...
Страница 2: ......
Страница 12: ...MYNT EYE D SDK Documentation Release 1 8 0 8 Chapter 1 PRODUCT...
Страница 38: ...MYNT EYE D SDK Documentation Release 1 8 0 34 Chapter 2 SDK...
Страница 58: ...MYNT EYE D SDK Documentation Release 1 8 0 54 Chapter 2 SDK...
Страница 72: ...MYNT EYE D SDK Documentation Release 1 8 0 68 Chapter 5 TOOLS SUPPORT...
Страница 80: ...MYNT EYE D SDK Documentation Release 1 8 0 76 Chapter 6 OPEN SOURCE SUPPORT...
Страница 96: ...MYNT EYE D SDK Documentation Release 1 8 0 92 Chapter 7 API DOCS...
Страница 106: ...MYNT EYE D SDK Documentation Release 1 8 0 102 Chapter 8 Android API DOCS...
Страница 108: ...MYNT EYE D SDK Documentation Release 1 8 0 104 Chapter 9 TECHNICAL SUPPORT...