 | IReconstructionPerformAutoFocus Method |
Compute the focus position.
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxbool PerformAutoFocus(
float deltaM,
AutoFocusMethod method
)
bool PerformAutoFocus(
float deltaM,
AutoFocusMethod method
)
Parameters
- deltaM Single
- The defined search area arround the current position.
- method AutoFocusMethod
- The defined search method. Use MinimizeContrast to minimize the amplitude standard deviation and MaximizeContrast to miximize it.
Return Value
Booleantrue if a focus position is found in the given area.
See Also