Please enable JavaScript to view this site.

uEye DirectShow 4.97

Syntax

AOI_SetAutoWBAOI (IS_RECT rectAOI)

AOI_SetAutoWBAOI (RECT rcAOI)

Description

Sets the coordinates of the AOI for automatic white balance.

Parameter

rectAOI

Sets the position and size of the AOI using an object of the type IS_RECT. The top left corner, width and height of the AOI must be transferred [s32X, s32Y, s32Width, s32Height].

rcAOI

Sets the position and size of the image using an object of the type RECT. Coordinates must be transferred in the sequence [left, top, right, bottom].

Interface

IuEyeAOI

Related functions

AOI_GetAutoWBAOI