![MYNTAI MYNT EYE D-Series Documentation Download Page 50](http://html1.mh-extra.com/html/myntai/mynt-eye-d-series/mynt-eye-d-series_documentation_1862703050.webp)
MYNT EYE D SDK Documentation, Release 1.8.0
Config Project
Edit
mynteyed_demo.pro
to add
INCLUDEPATH
and
LIBS
.
win32
{
SDK_ROOT
=
"
$$
(MYNTEYED_SDK_ROOT)"
isEmpty
(
SDK_ROOT
) {
error
(
"MYNTEYED_SDK_ROOT not found, please install SDK firstly"
)
}
message
(
"SDK_ROOT:
$$
SDK_ROOT"
)
INCLUDEPATH
+=
"
$$
SDK_ROOT/include"
LIBS
+=
"
$$
SDK_ROOT/lib/mynteye_depth.lib"
}
unix
{
INCLUDEPATH
+=
/usr/local/include
LIBS
+=
-L/usr/local/lib -lmynteye_depth
}
Start using SDK
Include the headers of SDK and start using its APIs, could see the project demo.
46
Chapter 2. SDK
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...