Syntax
AutoFocus_GetLimit (AUTOFOCUS_LIMIT* limit)
Description
AutoFocus_GetLimit returns the minimum and maximum limit for the focus search range.
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
Related functions