![MYNTAI MYNT EYE D-Series Скачать руководство пользователя страница 84](http://html1.mh-extra.com/html/myntai/mynt-eye-d-series/mynt-eye-d-series_documentation_1862703084.webp)
MYNT EYE D SDK Documentation, Release 1.8.0
bool
IsLocationDatasSupported
()
const
Whethor location datas supported or not.
void
EnableLocationDatas
(
std::size_t
max_size
= std::numeric_limits<std::size_t>::max()
)
Enable location datas.
If max_size <= 0, indicates only can get datas from callback. If max_size > 0, indicates can get datas from
callback or using
Note: if max_size > 0, the distance datas will be cached until you call
void
DisableLocationDatas
()
Disable location datas.
bool
IsLocationDatasEnabled
()
const
Whethor location datas enabled or not.
std::vector<LocationData>
GetLocationDatas
()
Get cached location datas.
Besides, you can also get them from callback
void
SetLocationCallback
(
location_callback_t
callback
, bool
async
= true
)
Set location data callback.
bool
IsDistanceDatasSupported
()
const
Whethor distance datas supported or not.
void
EnableDistanceDatas
(
std::size_t
max_size
= std::numeric_limits<std::size_t>::max()
)
Enable distance datas.
If max_size <= 0, indicates only can get datas from callback. If max_size > 0, indicates can get datas from
callback or using
Note: if max_size > 0, the distance datas will be cached until you call
void
DisableDistanceDatas
()
Disable distance datas.
bool
IsDistanceDatasEnabled
()
const
Whethor distance datas enabled or not.
std::vector<DistanceData>
GetDistanceDatas
()
Get cached distance datas.
Besides, you can also get them from callback
void
SetDistanceCallback
(
distance_callback_t
callback
, bool
async
= true
)
Set distance data callback.
bool
AuxiliaryChipFirmwareUpdate
(
const
char *
filepath
)
Update auxiliary chip firmware.
void
ControlReconnectStatus
(
const
bool &
status
)
control status of reconnect default enabled
80
Chapter 7. API DOCS
Содержание 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...