Please enable JavaScript to view this site.

uEye DirectShow 4.97

Syntax

AOI_GetImageAOI (IS_RECT *pRectAOI)

AOI_GetImageAOI (RECT *prcAOI)

Description

Returns the coordinates of the current image AOI.

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_SetImageAOI

AOI_IsImageAOISupported