Syntax
AOI_GetAutoBrightnessAOI (IS_RECT *pRectAOI)
AOI_GetAutoBrightnessAOI (RECT *prcAOI)
Description
Returns the coordinates of the AOI for automatic brightness control.
Parameter
pRectAOI |
Pointer to an object of the type IS_RECT in which the top left corner, width and height of the AOI are returned [s32X, s32Y, s32Width, s32Height]. |
prcAOI |
Pointer to an object of the type RECT in which the coordinates are returned in the sequence [left, top, right, bottom]. |
Interface
Related functions