Please enable JavaScript to view this site.

uEye DirectShow 4.97

Navigation: Interfaces > Filter interfaces > IuEyeAOI

AOI_SetAutoBrightnessAOI

Scroll Previous Top Next More

Syntax

AOI_SetAutoBrightnessAOI (IS_RECT rectAOI)

AOI_SetAutoBrightnessAOI (RECT rcAOI)

Description

Sets the coordinates of the AOI for automatic brightness control.

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_GetAutoBrightnessAOI