Retrieves the current value of the threshold fine tuning setting.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_reduction_brightness_get( LPAT_INT pBrightness ); |
Name | Type | Description |
---|---|---|
pBrightness | LPAT_INT | Address of the variable to get the current brightness setting. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; AT_INT nBrightness = 0; ErrCount = IG_REC_reduction_brightness_get(&nBrightness); |