![MYNTAI MYNT EYE D-Series Documentation Download Page 35](http://html1.mh-extra.com/html/myntai/mynt-eye-d-series/mynt-eye-d-series_documentation_1862703035.webp)
MYNT EYE D SDK Documentation, Release 1.8.0
make samples
to make the set parameters take effect.
Complete code samplessee
.
2.3.11 Camera Control Parameters API
Open or close auto exposure
/** Auto-exposure enabled or not
default enabled*/
bool
AutoExposureControl
(
bool
enable);
see
"camera.h"
Open or close auto white balance
/** Auto-white-balance enabled or not
default enabled*/
bool
AutoWhiteBalanceControl
(
bool
enable);
see
"camera.h"
Set infrared(IR) intensity
/** set infrared(IR) intensity [0, 10] default 4*/
void
SetIRIntensity
(
const
std
::
uint16_t
&
value);
see
"camera.h"
Set global gain
Note:
You have to close auto exposure first after opening camera.
/** Set global gain [1 - 16]
* value -- global gain value
* */
void
SetGlobalGain
(
const
float
&
value);
see
"camera.h"
Set the exposure time
Note:
You have to close auto exposure first after opening camera.
/** Set exposure time [1ms - 655ms]
* value -- exposure time value
* */
void
SetExposureTime
(
const
float
&
value);
see
"camera.h"
Reference code snippet:
2.3. SDK Samples
31
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...