![MYNTAI MYNT EYE D-Series Documentation Download Page 53](http://html1.mh-extra.com/html/myntai/mynt-eye-d-series/mynt-eye-d-series_documentation_1862703053.webp)
MYNT EYE D SDK Documentation, Release 1.8.0
2.5.3 How to use SDK with CMake
This tutorial will create a project with CMake to start using SDK.
You could find the project demo in
<sdk>/platforms/projects/cmake
directory.
Preparation
• Windows: install the win pack of SDK
• Linux: build from source and
make install
Create Project
Add
CMakeLists.txt
and
mynteyed_demo.cc
files,
cmake_minimum_required
(
VERSION 3.0
)
project
(
mynteyed_demo VERSION 1.0.0 LANGUAGES C CXX
)
# flags
(continues on next page)
2.5. SDK Project Demos
49
Summary of Contents for MYNT EYE D-Series
Page 1: ...MYNT EYE D SDK Documentation Release 1 8 0 MYNTAI Nov 07 2019...
Page 2: ......
Page 12: ...MYNT EYE D SDK Documentation Release 1 8 0 8 Chapter 1 PRODUCT...
Page 38: ...MYNT EYE D SDK Documentation Release 1 8 0 34 Chapter 2 SDK...
Page 58: ...MYNT EYE D SDK Documentation Release 1 8 0 54 Chapter 2 SDK...
Page 72: ...MYNT EYE D SDK Documentation Release 1 8 0 68 Chapter 5 TOOLS SUPPORT...
Page 80: ...MYNT EYE D SDK Documentation Release 1 8 0 76 Chapter 6 OPEN SOURCE SUPPORT...
Page 96: ...MYNT EYE D SDK Documentation Release 1 8 0 92 Chapter 7 API DOCS...
Page 106: ...MYNT EYE D SDK Documentation Release 1 8 0 102 Chapter 8 Android API DOCS...
Page 108: ...MYNT EYE D SDK Documentation Release 1 8 0 104 Chapter 9 TECHNICAL SUPPORT...