MYNT EYE D SDK Documentation, Release 1.8.0
Enable auto exposure and auto white balance
Set
params.state_ae
and
params.state_awb
to
true
, you can enable auto exposure and auto white bal-
ance.
By default auto exposure and auto white balance are enabledif you want to disableyou can set parameters to
false
.
Reference code snippet:
// Auto-exposure: true(default), false
// params.state_ae = false;
// Auto-white balance: true(default), false
// params.state_awb = false;
Enable IR and its adjustments function
Using the
params.ir_intensity
parameteryou can set IR’s intensity of image. Enabling IR is setting
params.
ir_intensity
greater than 0. The greater the value, the greater the IR’s intensity.(max is 10).
Reference code snippet:
// Infrared intensity: 0(default), [0,10]
params.ir_intensity
=
4
;
Note:
After turning this fuction on, you can see ir pattern:
2.3. SDK Samples
29
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...