Please enable JavaScript to view this site.

uEye DirectShow 4.97

Syntax

AutoFocus_GetLimit (AUTOFOCUS_LIMIT* limit)

Description

AutoFocus_GetLimit returns the minimum and maximum limit for the focus search range.

hint_info

These functions are only supported by the uEye LE USB 3.1 Gen 1 AF.

Parameter

limit: Pointer to an object of the type ATUOFOCUS_LIMIT in which the return value is written.

Contents of the AUTOFOCUS_LIMIT structure

UINT

uMin

Defines the minimum limit of the focus search range for the peak search algorithm.

UINT

uMax

Defines the maximum limit of the focus search range for the peak search algorithm.

Interface

IuEyeAutoFocus

Related functions

AutoFocus_GetLimitDefault

AutoFocus_SetLimit