Inquires the current Image resolution enhancement mode setting.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_res_enhancement_mode_get( enumIGRecImgResEnhancement* res ); |
Name | Type | Description |
---|---|---|
res | enumIGRecImgResEnhancement* | Pointer to a variable to get the current setting. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; enumIGRecImgResEnhancement eImageResEnhancement = IG_REC_IMG_RE_NO; ErrCount = IG_REC_res_enhancement_mode_get(&eImageResEnhancement); |