Please enable JavaScript to view this site.

uEye DirectShow 4.97

Syntax

AOI_GetAutoWBAOI (IS_RECT *pRectAOI)

AOI_GetAutoWBAOI (RECT *prcAOI)

Description

Returns the coordinates of the AOI for automatic white balance.

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

IuEyeAOI

Related functions

AOI_SetAutoWBAOI